Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- path
- Type:
System String
The file or directory for which to obtain access date and time information.
Return Value
AExceptions
| Exception | Condition |
|---|---|
| path is null. | |
| Renci.SshNet.Common SshConnectionException | Client is not connected. |
See Also