System::IO::Directory::GetLastWriteTime method
Directory::GetLastWriteTime method
Returns the last write time of the specified entity as local time.
static DateTime System::IO::Directory::GetLastWriteTime(const String &path)
| Parameter | Type | Description | 
|---|---|---|
| path | const String& | The entity whose last write time to retrieve | 
ReturnValue
A DateTime object representing the last write time of the specified entity as local time
See Also
- Class DateTime
 - Class String
 - Class Directory
 - Namespace System::IO
 - Library Aspose.Font for C++