[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Gets and sets the date and time of a file path. [Property] Path=Sets the file path to operate. ARG(string)|2| DateTime=Sets date and time to set for specified path. ARG(DateTime)|20|(empty)|DateTime [Methods] *doGetCreationTime=Returns the creation date and time of the specified file or directory. ARG(string path)|1|0 *doGetCreationTimeUtc=Returns the creation date and time, in coordinated universal time, of the specified file or directory. ARG(string path)|1|0 *doGetLastAccessTime=Returns the date and time the specified file or directory was last accessed. ARG(string path)|1|0 *doGetLastAccessTimeUtc=Returns the date and time, in coordinated universal time, that the specified file or directory was last accessed. ARG(string path)|1|0 doGetLastWriteTime=Returns the date and time the specified file or directory was last written to. ARG(string path)|1|0 *doGetLastWriteTimeUtc=Returns the date and time, in coordinated universal time, that the specified file or directory was last written to. ARG(string path)|1|0 *onGetCreationTime=Occurs after invoke the method doGetCreationTime and returns the result. ARG(DateTime)|2|0 *onGetCreationTimeUtc=Occurs after invoke the method doGetCreationTimeUtc and returns the result. ARG(DateTime)|2|0 *onGetLastAccessTime=Occurs after invoke the method doGetLastAccessTime and returns the result. ARG(DateTime)|2|0 *onGetLastAccessTimeUtc=Occurs after invoke the method doGetLastAccessTimeUtc and returns the result. ARG(DateTime)|2|0 onGetLastWriteTime=Occurs after invoke the method doGetLastWriteTime and returns the result. ARG(DateTime)|2|0 *onGetLastWriteTimeUtc=Occurs after invoke the method doGetLastWriteTimeUtc and returns the result. ARG(DateTime)|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Date=Returns date and time the file was operated. ARG(DateTime)|3|0 Path=Defines the file path to operate. ARG(string)|4|2 DateTime=Defines date and time to set for specified path. ARG(DateTime)|4|0