| Home | All functions | Categories |
vuFolderTime(*CSTRING), Long
Returns the creation time of a folder in standard Clarion time format.
| Parameter | Data Type | Description |
|---|---|---|
| FolderName | CSTRING(256) | Fully qualified path of the folder |
A LONG containing the folder creation time in standard Clarion time format.
FolderName = 'C:\temp'
MESSAGE('Folder created at: ' & vuFolderTime(FolderName))
| Home | All functions | Categories |