Sets the date and time that the specified file was last written to.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
[ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
public void SetLastWriteTime(
string path,
DateTime lastWriteTime
)[ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
public void SetLastWriteTime(
string path,
DateTime lastWriteTime
)<ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")> _
Public Sub SetLastWriteTime ( _
path As String, _
lastWriteTime As DateTime _
)<ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")> _
Public Sub SetLastWriteTime ( _
path As String, _
lastWriteTime As DateTime _
)public:
[ObsoleteAttribute(L"Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
void SetLastWriteTime(
String^ path,
DateTime lastWriteTime
)
public:
[ObsoleteAttribute(L"Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
void SetLastWriteTime(
String^ path,
DateTime lastWriteTime
)
Parameters
- path
- Type:
System String
The file for which to set the date and time information.
- lastWriteTime
- Type:
System DateTime
A System.DateTime containing the value to set for the last write date and time of path. This value is expressed in local time.