Gets the last access time.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static DateTime GetLastAccessTime( string path ) |
| Visual Basic |
|---|
Public Shared Function GetLastAccessTime ( _ path As String _ ) As DateTime |
| Visual C++ |
|---|
public: static DateTime GetLastAccessTime( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file.