Paras, On OpenVMS, versioning is handled by RMS services; the versioning is supported by the filesystem. That versioning doesn't exist on Linux. In %Library.File these might help (or might help Hans-Peter, too):
GetFileDateCreated() -> gives creation date to the second in $H format, given the filename.
GetFileDateModified() -> last-modified time in $H format, again given the name.
And the FileSet query might help browsing the directory, too:
query FileSet(directory As %String(MAXLEN=""), wildcards As %String, sortby As %String = "", includedirs As %Boolean = 0, delimiter As %String = ";")
- Log in to post comments