DirectorySetLastWriteTime Method |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void SetLastWriteTime(
string path,
DateTime lastWriteTime
)
Public Shared Sub SetLastWriteTime (
path As String,
lastWriteTime As DateTime
)
public:
static void SetLastWriteTime(
String^ path,
DateTime lastWriteTime
)
static member SetLastWriteTime :
path : string *
lastWriteTime : DateTime -> unit
Parameters
- path
- Type: SystemString
- lastWriteTime
- Type: SystemDateTime
See Also