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: BioChem333
Subject: Re: [DotGNU]Internal Function/Pnetlib problem
Date: 30 Oct 2002 10:20:02 -0500

On Wed, 2002-10-30 at 00:45, Charles Shuller wrote:
> public static string[] GetFileSystemEntries(string path)
> {
>       String[] Strings;
>       FileInfo[] Files;
> 
>                       
>       Platform.GetFilesInDirectory(path, out Files);                  
> }

You need to return a string[]. Also, your variable names should begin
with a lower case letter for readability/consistency.


Rich



reply via email to

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