Method ListAll
ListAll(IO.DirectoryInfo)
Lists all files (not subdirectories) in the
directory. This method never returns null (throws
Declaration
public static String[] ListAll(IO.DirectoryInfo dir)
Parameters
Type | Name | Description |
---|---|---|
System.IO.DirectoryInfo | dir |
Returns
Type | Description |
---|---|
System.String[] |
ListAll()
Lists all files (not subdirectories) in the directory.
Declaration
public override String[] ListAll()
Returns
Type | Description |
---|---|
System.String[] |