DirectoryGetFileSystemEntryInfo Method (String, PathFormat) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileSystemEntryInfo GetFileSystemEntryInfo(
string path,
PathFormat pathFormat
)
Public Shared Function GetFileSystemEntryInfo (
path As String,
pathFormat As PathFormat
) As FileSystemEntryInfo
public:
static FileSystemEntryInfo^ GetFileSystemEntryInfo(
String^ path,
PathFormat pathFormat
)
static member GetFileSystemEntryInfo :
path : string *
pathFormat : PathFormat -> FileSystemEntryInfo
Parameters
- path
- Type: SystemString
The path to the directory. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the directory.
See Also