[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides the base class for both FileInfo and DirectoryInfo objects. [Property] @Attributes=Sets the attributes for the current file or directory. ARG(FileAttributes)|21|0|ReadOnly,Hidden,System,Directory,Archive,Device,Normal,Temporary,SparseFile,ReparsePoint,Compressed,Offline,NotContentIndexed,Encrypted @CreationTime=Sets the creation time of the current file or directory. ARG(DateTime)|20|(empty)|DateTime @CreationTimeUtc=Sets the creation time, in coordinated universal time , of the current file or directory. ARG(DateTime)|20|(empty)|DateTime @LastAccessTime=Sets the time the current file or directory was last accessed. ARG(DateTime)|20|(empty)|DateTime @LastAccessTimeUtc=Sets the time, in coordinated universal time , that the current file or directory was last accessed. ARG(DateTime)|20|(empty)|DateTime @LastWriteTime=Sets the time when the current file or directory was last written to. ARG(DateTime)|20|(empty)|DateTime @LastWriteTimeUtc=Sets the time, in coordinated universal time , when the current file or directory was last written to. ARG(DateTime)|20|(empty)|DateTime [Methods] *doGetObjectData=Sets the SerializationInfo object with the file name and additional exception information. ARG(SerializationInfo info, StreamingContext context)|1|0 *doRefresh=Refreshes the state of the object. ARG()|1|0 *Attributes=Returns the attributes for the current file or directory. ARG(FileAttributes)|3|0 *CreationTime=Returns the creation time of the current file or directory. ARG(DateTime)|3|0 *CreationTimeUtc=Returns the creation time, in coordinated universal time , of the current file or directory. ARG(DateTime)|3|0 *Exists=Returns a value indicating whether the file or directory exists. ARG(bool)|3|104 *Extension=Returns the string representing the extension part of the file. ARG(string)|3|2 *FullName=Returns the full path of the directory or file. ARG(string)|3|2 *LastAccessTime=Returns the time the current file or directory was last accessed. ARG(DateTime)|3|0 *LastAccessTimeUtc=Returns the time, in coordinated universal time , that the current file or directory was last accessed. ARG(DateTime)|3|0 *LastWriteTime=Returns the time when the current file or directory was last written to. ARG(DateTime)|3|0 *LastWriteTimeUtc=Returns the time, in coordinated universal time , when the current file or directory was last written to. ARG(DateTime)|3|0 *Name=For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists. Otherwise, the Name property gets the name of the directory. ARG(string)|3|2 *context=The StreamingContext that contains contextual information about the source or destination. ARG(StreamingContext)|4|0 *info=The SerializationInfo that holds the serialized object data about the exception being thrown. ARG(SerializationInfo)|4|0