FileGetLastWriteTime Method (String, PathFormat) |
[AlphaFS] Gets the date and time that the specified file was last written to.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static DateTime GetLastWriteTime(
string path,
PathFormat pathFormat
)
Public Shared Function GetLastWriteTime (
path As String,
pathFormat As PathFormat
) As DateTime
public:
static DateTime GetLastWriteTime(
String^ path,
PathFormat pathFormat
)
static member GetLastWriteTime :
path : string *
pathFormat : PathFormat -> DateTime
Parameters
- path
- Type: SystemString
The file for which to obtain write date and time information. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
DateTime
A
DateTime structure set to the date and time that the specified file was last written to. This value is
expressed in local time.
See Also