DirectoryGetLastWriteTime Method |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static DateTime GetLastWriteTime(
string path
)
Public Shared Function GetLastWriteTime (
path As String
) As DateTime
public:
static DateTime GetLastWriteTime(
String^ path
)
static member GetLastWriteTime :
path : string -> DateTime
Parameters
- path
- Type: SystemString
Return Value
Type:
DateTime
See Also