System::IO::Directory::SetLastWriteTime method
Directory::SetLastWriteTime method
Sets the last write time of the specified entity as local time.
static void System::IO::Directory::SetLastWriteTime(const String &path, DateTime date)
Parameter | Type | Description |
---|---|---|
path | const String& | The entity whose last write time to set |
date | DateTime | A DateTime object representing the time to set as local time |
See Also
- Class String
- Class DateTime
- Class Directory
- Namespace System::IO
- Library Aspose.TeX for C++