Returns an array of strongly typed FileSystemEntry entries in the path.
Returns an array of strongly typed FileSystemEntry entries in the path.
[Visual Basic] Overloads Public Shared Function GetFileSystemEntriesInDirectory(String) As FileSystemEntry ()
[C#] public static FileSystemEntry[] GetFileSystemEntriesInDirectory(String);
[C++] public: static FileSystemEntry* GetFileSystemEntriesInDirectory(String*) [];
[JScript] public static function GetFileSystemEntriesInDirectory(String) : FileSystemEntry[];
Returns an array of strongly typed FileSystemEntry entries in the path matching the specified search criteria, such as "*.txt".
[Visual Basic] Overloads Public Shared Function GetFileSystemEntriesInDirectory(String, String) As FileSystemEntry ()
[C#] public static FileSystemEntry[] GetFileSystemEntriesInDirectory(String, String);
[C++] public: static FileSystemEntry* GetFileSystemEntriesInDirectory(String*, String*) [];
[JScript] public static function GetFileSystemEntriesInDirectory(String, String) : FileSystemEntry[];
NGWS Runtime Security:
FileIOPermissionAccess | Read flag required for read permission for the path. |