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