[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Presents the main methods and properties of a Directory class. [Property] Path=Sets the path to which the current working directory is set. ARG(string)|2| [Methods] doCurrentDirectory=Sets the application's current working directory to the specified directory. ARG(string path)|1|0 doGetParent=Retrieves the parent directory of the specified path, including both absolute and relative paths. ARG(string path)|1|0 onGetParent=Occurs after invoke the method doGetParent and returns the result. ARG(DirectoryInfo)|2|0 onError=If an error occurs, an error message appears. ARG(Error message)|2|2 CurrentDirectory=Returns a string that contains the path of the current working directory, and does not end with a backslash (\). ARG(string)|3|2 ParentDirectory=Retrieves the parent directory of the specified path, including both absolute and relative paths. ARG(DirectoryInfo)|3|0 LogicalDrives=Retrieves the names of the logical drives on this computer in the form ":\"|3|13 Path=Defines the path to which the current working directory is set. ARG(string)|4|2