[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Performs operations on String instances that contain file or directory path information. Icon=Part [Property] Part=Indicates a part of the path to return. ARG(enum)|14|0|FileName,FullPath,Extension,FileNameWithoutExtension,PathRoot,DirectoryName [Methods] doGetPart=Gets the specified part of the specified path string. ARG(string path)|1|0 onGetPart=Occurs after getting the part of the specified path string and returns the result. ARG(string)|2|2 onError=If an error occurs, an error message appears. ARG(string)|2|2 Result=Returns the specified part of the specified path string. ARG(string)|3|2 Path=Defines the path information to modify. ARG(string)|4|2