Get last write utc time of the file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
DateTime GetLastWriteTimeUtc( string path ) |
Visual Basic |
---|
Function GetLastWriteTimeUtc ( _ path As String _ ) As DateTime |
Visual C++ |
---|
DateTime GetLastWriteTimeUtc( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file.