docs

Home All functions Categories

vuFolderTime(FolderName)

vuFolderTime(*CSTRING), Long

Description

Returns the creation time of a folder in standard Clarion time format.

Parameters

Parameter Data Type Description
FolderName CSTRING(256) Fully qualified path of the folder

Returns

A LONG containing the folder creation time in standard Clarion time format.

Example

FolderName = 'C:\temp'
MESSAGE('Folder created at: ' & vuFolderTime(FolderName))
Home All functions Categories