VBA FileSystem Module

Member Description
ChDir Changes the current directory.
ChDrive Changes the current drive.
CurDir Returns the current path as a Variant/String.
CurDir$ Returns the current path as a String.
Dir Returns the name of a file or directory that matches a given pattern, file attribute, or the volume label of a drive.
EOF Returns True when the end of a file opened for Input has been reached.
FileAttr Returns the file mode for a file opened with the Open statement as a Long.
FileCopy Copies a file.
FileDateTime Returns the date and time a file was created or last modified as a Variant/Date.
FileLen Returns the length of a file in bytes as a Long.
FreeFile Returns the next file number available for use with the Open statement as an Integer.
GetAttr Returns the attributes of a file or directory as an Integer.
Kill Deletes a file.
Loc Returns the current read/write position within an open file as a Long.
LOF Returns the size, in bytes, of a file opened by using the Open statement as a Long.
MkDir Creates a new directory.
Reset Closes all files opened by the Open statement.
RmDir Removes an existing directory.
Seek Sets the position for the next read/write operation in a file opened with the Open statement.
SetAttr Sets the attributes of a file.