Method ListAll
ListAll(DirectoryInfo)
Lists all files (not subdirectories) in the
directory. This method never returns null
(throws
Declaration
public static string[] ListAll(DirectoryInfo dir)
Parameters
Type | Name | Description |
---|---|---|
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[] |