FileGetFileSystemEntryInfo Method (String) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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.
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the file.
See Also