docs

Home All functions Categories

vuFolderDate(FolderName)

vuFolderDate(*CSTRING), Long

Description

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

Parameters

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

Returns

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

Example

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