docs

Home All functions Categories

vuSetFolderDate(FolderName, Year, Month, Day, Hour, Minute, Second)

vuSetFolderDate(*CSTRING,Long,Long,Long,Long,Long,Long), Signed

Description

Sets the date and time attributes of a specified folder.

Parameters

Parameter Data Type Description
FolderName CSTRING(256) Fully qualified path and name of an existing folder.
Year LONG Year to set.
Month LONG Month to set (112).
Day LONG Day of the month to set (131).
Hour LONG Hour to set (023).
Minute LONG Minute to set (059).
Second LONG Second to set (059).

Returns

A LONG value:

Example

FolderName = 'C:\Valutilities'

! Sets the folder's date and time to July 18, 2004, 4:00 PM
vuSetFolderDate(FolderName, 2004, 7, 18, 16, 0, 0)

Notes

Home All functions Categories