To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The os.Path.atime method is returning the date and time of the latest access to the file specified. The syntax of the method is as follows:
CALL os.Path.atime(f_name) RETURNING atime
where:
· f_name = a STRING variable specifying the name of the file,
· atime = a STRING variable that stands for the date and time executed from the system clock when the file was accessed for the last time in the standard format YYYY-MM-DD HH:MM:SS
In the case of a failure, the function returns a NULL string.