FileGetFileInfoByHandle Method (String) |
[AlphaFS] Retrieves file information for the specified file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static ByHandleFileInfo GetFileInfoByHandle(
string path
)
Public Shared Function GetFileInfoByHandle (
path As String
) As ByHandleFileInfo
public:
static ByHandleFileInfo^ GetFileInfoByHandle(
String^ path
)
static member GetFileInfoByHandle :
path : string -> ByHandleFileInfo
Parameters
- path
- Type: SystemString
The path to the file.
Return Value
Type:
ByHandleFileInfo[Missing <returns> documentation for "M:Alphaleonis.Win32.Filesystem.File.GetFileInfoByHandle(System.String)"]
Remarks File IDs are not guaranteed to be unique over time, because file systems are free to reuse them. In some cases, the file ID for a file can change over time.
See Also