FileGetFileSystemEntryInfo Method (String) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static FileSystemEntryInfo GetFileSystemEntryInfo(
string path
)
Public Shared Function GetFileSystemEntryInfo (
path As String
) As FileSystemEntryInfo
public:
static FileSystemEntryInfo^ GetFileSystemEntryInfo(
String^ path
)
static member GetFileSystemEntryInfo :
path : string -> FileSystemEntryInfo
Parameters
- path
- Type: SystemString
The path to the file or directory.
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the file or directory.
See Also