FileSystem Class
The FileSystem module contains the procedures that are used to perform file, directory or folder, and system operations. The My feature gives you better productivity and performance in file I/O operations than using the FileSystem module. For more information, see FileSystem.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
The FileSystem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ChDir | Changes the current directory or folder. The My feature gives you better productivity and performance in file I/O operations than the ChDir function. For more information, see CurrentDirectory . |
![]() ![]() | ChDrive(Char) | Changes the current drive. |
![]() ![]() | ChDrive(String) | Changes the current drive. |
![]() ![]() | CurDir() | Returns a string representing the current path. The FileSystem gives you better productivity and performance in file I/O operations than CurDir. For more information, see CurrentDirectory. |
![]() ![]() | CurDir(Char) | Returns a string representing the current path. The FileSystem gives you better productivity and performance in file I/O operations than CurDir. For more information, see CurrentDirectory. |
![]() ![]() | Dir() | Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive. The FileSystem gives you better productivity and performance in file I/O operations than the Dir function. See GetDirectoryInfo for more information. |
![]() ![]() | Dir(String, FileAttribute) | Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive. The FileSystem gives you better productivity and performance in file I/O operations than the Dir function. See GetDirectoryInfo for more information. |
![]() ![]() | EOF | Returns a Boolean value True when the end of a file opened for Random or sequential Input has been reached. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | FileAttr | Returns an enumeration representing the file mode for files opened using the FileOpen function. The FileSystem gives you better productivity and performance in file I/O operations than the FileAttr function. See GetFileInfo for more information. |
![]() ![]() | FileClose | Concludes input/output (I/O) to a file opened using the FileOpen function. My gives you better productivity and performance in file I/O operations. See FileSystem for more information. |
![]() ![]() | FileCopy | Copies a file. The FileSystem gives you better productivity and performance in file I/O operations than FileCopy. See CopyFile for more information. |
![]() ![]() | FileDateTime | Returns a Date value that indicates the date and time a file was written to. The My feature gives you better productivity and performance in file I/O operations than FileDateTime. For more information, see GetFileInfo |
![]() ![]() | FileGet(Int32, Boolean%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem |
![]() ![]() | FileGet(Int32, Byte%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Char%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, DateTime%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Decimal%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Double%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Int16%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Int32%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Int64%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Single%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, ValueType%, Int64) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, String%, Int64, Boolean) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGet(Int32, Array%, Int64, Boolean, Boolean) | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem. |
![]() ![]() | FileGetObject | Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGetObject. For more information, see FileSystem. |
![]() ![]() | FileLen | Returns a Long value that specifies the length of a file in bytes. The My feature gives you better productivity and performance in file I/O operations than FileLen. For more information, see GetFileInfo. |
![]() ![]() | FileOpen | Opens a file for input or output. The My feature gives you better productivity and performance in file I/O operations than FileOpen. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Boolean, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Byte, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Char, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, DateTime, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Decimal, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Double, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Int16, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Int32, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Int64, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, Single, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, ValueType, Int64) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Object, Object, Object) | Obsolete. Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePut(Int32, String, Int64, Boolean) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.. |
![]() ![]() | FilePut(Int32, Array, Int64, Boolean, Boolean) | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem. |
![]() ![]() | FilePutObject | Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePutObject. For more information, see FileSystem. |
![]() ![]() | FileWidth | Assigns an output line width to a file opened by using the FileOpen function. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FreeFile | Returns an Integer value that represents the next file number available for use by the FileOpen function. |
![]() ![]() | GetAttr | Returns a FileAttribute value that represents the attributes of a file, directory, or folder. The My feature gives you better productivity and performance in file I/O operations than FileAttribute. For more information, see FileSystem. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Input(Int32, Boolean%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Byte%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Char%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, DateTime%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Decimal%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Double%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Int16%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Int32%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Int64%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Object%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, Single%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | Input(Int32, String%) | Reads data from an open sequential file and assigns the data to variables. |
![]() ![]() | InputString | Returns String value that contains characters from a file opened in Input or Binary mode. The My feature gives you better productivity and performance in file I/O operations than InputString. For more information, see FileSystem. |
![]() ![]() | Kill | Deletes files from a disk. The My feature gives you better productivity and performance in file I/O operations than Kill. For more information, see FileSystem . |
![]() ![]() | LineInput | Reads a single line from an open sequential file and assigns it to a String variable. |
![]() ![]() | Loc | Returns a Long value that specifies the current read/write position in an open file. |
![]() ![]() | Lock(Int32) | Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see FileSystem. |
![]() ![]() | Lock(Int32, Int64) | Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see FileSystem. |
![]() ![]() | Lock(Int32, Int64, Int64) | Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see FileSystem. |
![]() ![]() | LOF | Returns a Long representing the size, in bytes, of a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than LOF. For more information, see FileSystem. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | MkDir | Creates a new directory. The My feature gives you better productivity and performance in file I/O operations than MkDir. For more information, see CreateDirectory. |
![]() ![]() | Writes display-formatted data to a sequential file. | |
![]() ![]() | PrintLine | Writes display-formatted data to a sequential file. |
![]() ![]() | Rename | Renames a disk file or directory. The My feature gives you better productivity and performance in file I/O operations than Rename. For more information, see FileSystem. |
![]() ![]() | Reset | Closes all disk files opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Reset. For more information, see FileSystem. |
![]() ![]() | RmDir | Removes an existing directory. The My feature gives you better productivity and performance in file I/O operations than RmDir. For more information, see DeleteDirectory. |
![]() ![]() | Seek(Int32) | Returns a Long specifying the current read/write position in a file opened by using the FileOpen function, or sets the position for the next read/write operation in a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Seek. For more information, see FileSystem. |
![]() ![]() | Seek(Int32, Int64) | Returns a Long specifying the current read/write position in a file opened by using the FileOpen function, or sets the position for the next read/write operation in a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Seek. For more information, see FileSystem. |
![]() ![]() | SetAttr | Sets attribute information for a file. The My feature gives you better productivity and performance in file I/O operations than SetAttr. For more information, see FileSystem. |
![]() ![]() | SPC | Used with the Print or PrintLine function to position output. |
![]() ![]() | TAB() | Used with the Print or PrintLine functions to position output. |
![]() ![]() | TAB(Int16) | Used with the Print or PrintLine functions to position output. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Unlock(Int32) | Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see FileSystem. |
![]() ![]() | Unlock(Int32, Int64) | Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see FileSystem. |
![]() ![]() | Unlock(Int32, Int64, Int64) | Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see FileSystem. |
![]() ![]() | Write | Writes data to a sequential file. Data written with Write is usually read from a file by using Input. |
![]() ![]() | WriteLine | Writes data to a sequential file. Data written with Write is usually read from a file by using Input. |
This module supports the Visual Basic language keywords and run-time library members that access files and folders.
Note |
|---|
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: Resources. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes. |
This example uses the GetAttr function to determine the attributes of a file and directory or folder.
Dim MyAttr As FileAttribute ' Assume file TESTFILE is normal and readonly. MyAttr = GetAttr("C:\TESTFILE.txt") ' Returns vbNormal. ' Test for normal. If (MyAttr And FileAttribute.Normal) = FileAttribute.Normal Then MsgBox("This file is normal.") End If ' Test for normal and readonly. Dim normalReadonly As FileAttribute normalReadonly = FileAttribute.Normal Or FileAttribute.ReadOnly If (MyAttr And normalReadonly) = normalReadonly Then MsgBox("This file is normal and readonly.") End If ' Assume MYDIR is a directory or folder. MyAttr = GetAttr("C:\MYDIR") If (MyAttr And FileAttribute.Directory) = FileAttribute.Directory Then MsgBox("MYDIR is a directory") End If
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
