dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Internal Function/Pnetlib problem


From: Rhys Weatherley
Subject: Re: [DotGNU]Internal Function/Pnetlib problem
Date: Wed, 30 Oct 2002 16:46:47 +1000

Charles Shuller wrote:

> public static string[] GetFileSystemEntries(string path)
> {
>         String[] Strings;
>         FileInfo[] Files;
> 
> 
>         Platform.GetFilesInDirectory(path, out Files);
> }

You need "Platform.DirMethods.GetFilesInDirectory".  You are missing
the "DirMethods".

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]