Click or drag to resize
File Methods

The File type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendAllLines(String, IEnumerableString)
Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(String, IEnumerableString, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(String, IEnumerableString, Encoding)
Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(KernelTransaction, String, IEnumerableString)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(String, IEnumerableString, Encoding, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(KernelTransaction, String, IEnumerableString, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(KernelTransaction, String, IEnumerableString, Encoding)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(KernelTransaction, String, IEnumerableString, Encoding, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllText(String, String)
Appends the specified stringto the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(String, String, PathFormat)
[AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(String, String, Encoding)
Appends the specified string to the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(KernelTransaction, String, String)
[AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(String, String, Encoding, PathFormat)
[AlphaFS] Appends the specified string to the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(KernelTransaction, String, String, PathFormat)
[AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(KernelTransaction, String, String, Encoding)
[AlphaFS] Appends the specified string to the file, creating the file if it does not already exist.
Public methodStatic memberAppendAllText(KernelTransaction, String, String, Encoding, PathFormat)
[AlphaFS] Appends the specified string to the file, creating the file if it does not already exist.
Public methodStatic memberAppendText(String)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(String, PathFormat)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(String, Encoding)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(KernelTransaction, String)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(String, Encoding, PathFormat)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(KernelTransaction, String, PathFormat)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(KernelTransaction, String, Encoding)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberAppendText(KernelTransaction, String, Encoding, PathFormat)
Creates a StreamWriter that appends NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new file if the specified file does not exist.
Public methodStatic memberCompress(String)
[AlphaFS] Compresses a file using NTFS compression.
Public methodStatic memberCompress(String, PathFormat)
[AlphaFS] Compresses a file using NTFS compression.
Public methodStatic memberCompress(KernelTransaction, String)
[AlphaFS] Compresses a file using NTFS compression.
Public methodStatic memberCompress(KernelTransaction, String, PathFormat)
[AlphaFS] Compresses a file using NTFS compression.
Public methodStatic memberCopy(String, String)
Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(String, String, CopyOptions)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(String, String, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(String, String, Boolean)
Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(KernelTransaction, String, String)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(String, String, CopyOptions, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(String, String, CopyOptions, Boolean)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(String, String, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(KernelTransaction, String, String, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(KernelTransaction, String, String, Boolean)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(String, String, CopyOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(String, String, CopyOptions, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, Boolean)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(KernelTransaction, String, String, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(String, String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified.
Public methodStatic memberCopy(String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCopy(KernelTransaction, String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodStatic memberCreate(String)
Creates or overwrites a file in the specified path.
Public methodStatic memberCreate(String, PathFormat)
Creates or overwrites a file in the specified path.
Public methodStatic memberCreate(String, Int32)
Creates or overwrites the specified file.
Public methodStatic memberCreate(KernelTransaction, String)
Creates or overwrites a file in the specified path.
Public methodStatic memberCreate(String, Int32, PathFormat)
Creates or overwrites the specified file.
Public methodStatic memberCreate(String, Int32, FileOptions)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(KernelTransaction, String, PathFormat)
Creates or overwrites a file in the specified path.
Public methodStatic memberCreate(KernelTransaction, String, Int32)
Creates or overwrites the specified file.
Public methodStatic memberCreate(String, Int32, FileOptions, PathFormat)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(String, Int32, FileOptions, FileSecurity)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(KernelTransaction, String, Int32, PathFormat)
Creates or overwrites the specified file.
Public methodStatic memberCreate(KernelTransaction, String, Int32, FileOptions)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(String, Int32, FileOptions, FileSecurity, PathFormat)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(KernelTransaction, String, Int32, FileOptions, PathFormat)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(KernelTransaction, String, Int32, FileOptions, FileSecurity)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreate(KernelTransaction, String, Int32, FileOptions, FileSecurity, PathFormat)
Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Public methodStatic memberCreateHardlink(String, String)
[AlphaFS] Establishes a hard link between an existing file and a new file. This function is only supported on the NTFS file system, and only for files, not directories.
Public methodStatic memberCreateHardlink(String, String, PathFormat)
[AlphaFS] Establishes a hard link between an existing file and a new file. This function is only supported on the NTFS file system, and only for files, not directories.
Public methodStatic memberCreateHardlink(KernelTransaction, String, String)
[AlphaFS] Establishes a hard link between an existing file and a new file. This function is only supported on the NTFS file system, and only for files, not directories.
Public methodStatic memberCreateHardlink(KernelTransaction, String, String, PathFormat)
[AlphaFS] Establishes a hard link between an existing file and a new file. This function is only supported on the NTFS file system, and only for files, not directories.
Public methodStatic memberCreateSymbolicLink(String, String, SymbolicLinkTarget)
[AlphaFS] Creates a symbolic link.
Public methodStatic memberCreateSymbolicLink(String, String, SymbolicLinkTarget, PathFormat)
[AlphaFS] Creates a symbolic link.
Public methodStatic memberCreateSymbolicLink(KernelTransaction, String, String, SymbolicLinkTarget)
[AlphaFS] Creates a symbolic link.
Public methodStatic memberCreateSymbolicLink(KernelTransaction, String, String, SymbolicLinkTarget, PathFormat)
[AlphaFS] Creates a symbolic link.
Public methodStatic memberCreateText(String)
Creates or opens a file for writing UTF-8 encoded text.
Public methodStatic memberCreateText(String, PathFormat)
[AlphaFS] Creates or opens a file for writing UTF-8 encoded text.
Public methodStatic memberCreateText(KernelTransaction, String)
[AlphaFS] Creates or opens a file for writing UTF-8 encoded text.
Public methodStatic memberCreateText(String, Encoding, PathFormat)
[AlphaFS] Creates or opens a file for writing UTF-8 encoded text.
Public methodStatic memberCreateText(KernelTransaction, String, Encoding, PathFormat)
[AlphaFS] Creates or opens a file for writing UTF-8 encoded text.
Public methodStatic memberDecompress(String)
[AlphaFS] Decompresses an NTFS compressed file.
Public methodStatic memberDecompress(String, PathFormat)
[AlphaFS] Decompresses an NTFS compressed file.
Public methodStatic memberDecompress(KernelTransaction, String)
[AlphaFS] Decompresses an NTFS compressed file.
Public methodStatic memberDecompress(KernelTransaction, String, PathFormat)
[AlphaFS] Decompresses an NTFS compressed file.
Public methodStatic memberDecrypt(String)
Decrypts a file that was encrypted by the current account using the Encrypt method.
Public methodStatic memberDecrypt(String, PathFormat)
[AlphaFS] Decrypts a file that was encrypted by the current account using the Encrypt method.
Public methodStatic memberDelete(String)
Deletes the specified file.
Public methodStatic memberDelete(String, Boolean)
[AlphaFS] Deletes the specified file.
Public methodStatic memberDelete(KernelTransaction, String)
[AlphaFS] Deletes the specified file.
Public methodStatic memberDelete(String, Boolean, PathFormat)
[AlphaFS] Deletes the specified file.
Public methodStatic memberDelete(KernelTransaction, String, Boolean)
[AlphaFS] Deletes the specified file.
Public methodStatic memberDelete(KernelTransaction, String, Boolean, PathFormat)
[AlphaFS] Deletes the specified file.
Public methodStatic memberEncrypt(String)
Encrypts a file so that only the account used to encrypt the file can decrypt it.
Public methodStatic memberEncrypt(String, PathFormat)
[AlphaFS] Encrypts a file so that only the account used to encrypt the file can decrypt it.
Public methodStatic memberEnumerateAlternateDataStreams(String)
Enumerates the streams of type :$DATA in the specified file or directory.
Public methodStatic memberEnumerateAlternateDataStreams(String, PathFormat)
Enumerates the streams of type :$DATA in the specified file or directory.
Public methodStatic memberEnumerateAlternateDataStreams(KernelTransaction, String)
Enumerates the streams of type :$DATA in the specified file or directory.
Public methodStatic memberEnumerateAlternateDataStreams(KernelTransaction, String, PathFormat)
Enumerates the streams of type :$DATA in the specified file or directory.
Public methodStatic memberEnumerateHardlinks(String)
[AlphaFS] Creates an enumeration of all the hard links to the specified path.
Public methodStatic memberEnumerateHardlinks(String, PathFormat)
[AlphaFS] Creates an enumeration of all the hard links to the specified path.
Public methodStatic memberEnumerateHardlinks(KernelTransaction, String)
[AlphaFS] Creates an enumeration of all the hard links to the specified path.
Public methodStatic memberEnumerateHardlinks(KernelTransaction, String, PathFormat)
[AlphaFS] Creates an enumeration of all the hard links to the specified path.
Public methodStatic memberExists(String)
Determines whether the specified file exists.
Public methodStatic memberExists(String, PathFormat)
[AlphaFS] Determines whether the specified file exists.
Public methodStatic memberExists(KernelTransaction, String)
[AlphaFS] Determines whether the specified file exists.
Public methodStatic memberExists(KernelTransaction, String, PathFormat)
[AlphaFS] Determines whether the specified file exists.
Public methodStatic memberGetAccessControl(String)
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAccessControl(String, PathFormat)
[AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAccessControl(String, AccessControlSections)
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAccessControl(String, AccessControlSections, PathFormat)
[AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAttributes(String)
Gets the FileAttributes of the file on the path.
Public methodStatic memberGetAttributes(String, PathFormat)
[AlphaFS] Gets the FileAttributes of the file on the path.
Public methodStatic memberGetAttributes(KernelTransaction, String)
[AlphaFS] Gets the FileAttributes of the file on the path.
Public methodStatic memberGetAttributes(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the FileAttributes of the file on the path.
Public methodStatic memberGetChangeTime(SafeFileHandle)
[AlphaFS] Gets the change date and time of the specified file.
Public methodStatic memberGetChangeTime(String)
[AlphaFS] Gets the change date and time of the specified file.
Public methodStatic memberGetChangeTime(String, PathFormat)
[AlphaFS] Gets the change date and time of the specified file.
Public methodStatic memberGetChangeTime(KernelTransaction, String)
[AlphaFS] Gets the change date and time of the specified file.
Public methodStatic memberGetChangeTime(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the change date and time of the specified file.
Public methodStatic memberGetChangeTimeUtc(SafeFileHandle)
[AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetChangeTimeUtc(String)
[AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetChangeTimeUtc(String, PathFormat)
[AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetChangeTimeUtc(KernelTransaction, String)
[AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetChangeTimeUtc(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetCompressedSize(String)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file.
Public methodStatic memberGetCompressedSize(String, PathFormat)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file.
Public methodStatic memberGetCompressedSize(KernelTransaction, String)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file as part of a transaction. If the file is located on a volume that supports compression and the file is compressed, the value obtained is the compressed size of the specified file. If the file is located on a volume that supports sparse files and the file is a sparse file, the value obtained is the sparse size of the specified file.
Public methodStatic memberGetCompressedSize(KernelTransaction, String, PathFormat)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file as part of a transaction. If the file is located on a volume that supports compression and the file is compressed, the value obtained is the compressed size of the specified file. If the file is located on a volume that supports sparse files and the file is a sparse file, the value obtained is the sparse size of the specified file.
Public methodStatic memberGetCreationTime(String)
Gets the creation date and time of the specified file.
Public methodStatic memberGetCreationTime(String, PathFormat)
[AlphaFS] Gets the creation date and time of the specified file.
Public methodStatic memberGetCreationTime(KernelTransaction, String)
[AlphaFS] Gets the creation date and time of the specified file.
Public methodStatic memberGetCreationTime(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the creation date and time of the specified file.
Public methodStatic memberGetCreationTimeUtc(String)
Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetCreationTimeUtc(String, PathFormat)
[AlphaFS] Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetCreationTimeUtc(KernelTransaction, String)
[AlphaFS] Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetCreationTimeUtc(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file.
Public methodStatic memberGetEncryptionStatus(String)
[AlphaFS] Retrieves the encryption status of the specified file.
Public methodStatic memberGetEncryptionStatus(String, PathFormat)
[AlphaFS] Retrieves the encryption status of the specified file.
Public methodStatic memberGetFileInfoByHandle
[AlphaFS] Retrieves file information for the specified SafeFileHandle.
Public methodStatic memberGetFileSystemEntryInfo(String)
[AlphaFS] Gets the FileSystemEntryInfo of the file on the path.
Public methodStatic memberGetFileSystemEntryInfo(String, PathFormat)
[AlphaFS] Gets the FileSystemEntryInfo of the file on the path.
Public methodStatic memberGetFileSystemEntryInfo(KernelTransaction, String)
[AlphaFS] Gets the FileSystemEntryInfo of the file on the path.
Public methodStatic memberGetFileSystemEntryInfo(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the FileSystemEntryInfo of the file on the path.
Public methodStatic memberGetLastAccessTime(String)
Gets the date and time that the specified file was last accessed.
Public methodStatic memberGetLastAccessTime(String, PathFormat)
[AlphaFS] Gets the date and time that the specified file was last accessed.
Public methodStatic memberGetLastAccessTime(KernelTransaction, String)
[AlphaFS] Gets the date and time that the specified file was last accessed.
Public methodStatic memberGetLastAccessTime(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the date and time that the specified file was last accessed.
Public methodStatic memberGetLastAccessTimeUtc(String)
Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberGetLastAccessTimeUtc(String, PathFormat)
[AlphaFS] Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberGetLastAccessTimeUtc(KernelTransaction, String)
[AlphaFS] Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberGetLastAccessTimeUtc(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberGetLastWriteTime(String)
Gets the date and time that the specified file was last written to.
Public methodStatic memberGetLastWriteTime(String, PathFormat)
[AlphaFS] Gets the date and time that the specified file was last written to.
Public methodStatic memberGetLastWriteTime(KernelTransaction, String)
[AlphaFS] Gets the date and time that the specified file was last written to.
Public methodStatic memberGetLastWriteTime(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the date and time that the specified file was last written to.
Public methodStatic memberGetLastWriteTimeUtc(String)
Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
Public methodStatic memberGetLastWriteTimeUtc(String, PathFormat)
[AlphaFS] Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
Public methodStatic memberGetLastWriteTimeUtc(KernelTransaction, String)
[AlphaFS] Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
Public methodStatic memberGetLastWriteTimeUtc(KernelTransaction, String, PathFormat)
[AlphaFS] Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
Public methodStatic memberGetLinkTargetInfo(String)
[AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system.
Public methodStatic memberGetLinkTargetInfo(String, PathFormat)
[AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system.
Public methodStatic memberGetLinkTargetInfo(KernelTransaction, String)
[AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system.
Public methodStatic memberGetLinkTargetInfo(KernelTransaction, String, PathFormat)
[AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system.
Public methodStatic memberGetSize(SafeFileHandle)
[AlphaFS] Retrieves the file size, in bytes to store a specified file.
Public methodStatic memberGetSize(String)
[AlphaFS] Retrieves the file size, in bytes to store a specified file.
Public methodStatic memberGetSize(String, PathFormat)
[AlphaFS] Retrieves the file size, in bytes to store a specified file.
Public methodStatic memberGetSize(KernelTransaction, String)
[AlphaFS] Retrieves the file size, in bytes to store a specified file.
Public methodStatic memberGetSize(KernelTransaction, String, PathFormat)
[AlphaFS] Retrieves the file size, in bytes to store a specified file.
Public methodStatic memberMove(String, String)
Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(String, String, MoveOptions)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(String, String, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(KernelTransaction, String, String)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(String, String, MoveOptions, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(KernelTransaction, String, String, MoveOptions)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(KernelTransaction, String, String, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(String, String, MoveOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(KernelTransaction, String, String, MoveOptions, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(String, String, MoveOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(KernelTransaction, String, String, MoveOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberMove(KernelTransaction, String, String, MoveOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodStatic memberOpen(String, FileMode)
Opens a FileStream on the specified path with read/write access.
Public methodStatic memberOpen(String, FileMode, PathFormat)
[AlphaFS] Opens a FileStream on the specified path with read/write access.
Public methodStatic memberOpen(String, FileMode, FileAccess)
Opens a FileStream on the specified path, with the specified mode and access.
Public methodStatic memberOpen(KernelTransaction, String, FileMode)
[AlphaFS] (Transacted) Opens a FileStream on the specified path with read/write access.
Public methodStatic memberOpen(String, FileMode, FileAccess, PathFormat)
[AlphaFS] Opens a FileStream on the specified path, with the specified mode and access.
Public methodStatic memberOpen(String, FileMode, FileAccess, FileShare)
Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.
Public methodStatic memberOpen(KernelTransaction, String, FileMode, PathFormat)
[AlphaFS] (Transacted) Opens a FileStream on the specified path with read/write access.
Public methodStatic memberOpen(KernelTransaction, String, FileMode, FileAccess)
[AlphaFS] Opens a FileStream on the specified path, with the specified mode and access.
Public methodStatic memberOpen(String, FileMode, FileAccess, FileShare, PathFormat)
[AlphaFS] Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.
Public methodStatic memberOpen(KernelTransaction, String, FileMode, FileAccess, PathFormat)
[AlphaFS] Opens a FileStream on the specified path, with the specified mode and access.
Public methodStatic memberOpen(KernelTransaction, String, FileMode, FileAccess, FileShare)
[AlphaFS] Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.
Public methodStatic memberOpen(String, FileMode, FileAccess, FileShare, ExtendedFileAttributes, PathFormat)
[AlphaFS] Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.
Public methodStatic memberOpen(KernelTransaction, String, FileMode, FileAccess, FileShare, PathFormat)
[AlphaFS] Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.
Public methodStatic memberOpen(KernelTransaction, String, FileMode, FileAccess, FileShare, ExtendedFileAttributes, PathFormat)
[AlphaFS] Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.
Public methodStatic memberOpenBackupRead(String)
[AlphaFS] Opens the specified file for reading purposes bypassing security attributes. This method is simpler to use then BackupFileStream to read only file's data stream.
Public methodStatic memberOpenBackupRead(String, PathFormat)
[AlphaFS] Opens the specified file for reading purposes bypassing security attributes.
Public methodStatic memberOpenBackupRead(KernelTransaction, String)
[AlphaFS] Opens the specified file for reading purposes bypassing security attributes.
Public methodStatic memberOpenBackupRead(KernelTransaction, String, PathFormat)
[AlphaFS] Opens the specified file for reading purposes bypassing security attributes.
Public methodStatic memberOpenRead(String)
Opens an existing file for reading.
Public methodStatic memberOpenRead(String, PathFormat)
[AlphaFS] Opens an existing file for reading.
Public methodStatic memberOpenRead(KernelTransaction, String)
[AlphaFS] Opens an existing file for reading.
Public methodStatic memberOpenRead(KernelTransaction, String, PathFormat)
[AlphaFS] Opens an existing file for reading.
Public methodStatic memberOpenText(String)
Opens an existing NativeMethods.DefaultFileEncoding encoded text file for reading.
Public methodStatic memberOpenText(String, PathFormat)
[AlphaFS] Opens an existing NativeMethods.DefaultFileEncoding encoded text file for reading.
Public methodStatic memberOpenText(String, Encoding)
[AlphaFS] Opens an existing Encoding encoded text file for reading.
Public methodStatic memberOpenText(KernelTransaction, String)
[AlphaFS] Opens an existing NativeMethods.DefaultFileEncoding encoded text file for reading.
Public methodStatic memberOpenText(String, Encoding, PathFormat)
[AlphaFS] Opens an existing Encoding encoded text file for reading.
Public methodStatic memberOpenText(KernelTransaction, String, PathFormat)
[AlphaFS] Opens an existing NativeMethods.DefaultFileEncoding encoded text file for reading.
Public methodStatic memberOpenText(KernelTransaction, String, Encoding)
[AlphaFS] Opens an existing Encoding encoded text file for reading.
Public methodStatic memberOpenText(KernelTransaction, String, Encoding, PathFormat)
[AlphaFS] Opens an existing Encoding encoded text file for reading.
Public methodStatic memberOpenWrite(String)
Opens an existing file or creates a new file for writing.
Public methodStatic memberOpenWrite(String, PathFormat)
[AlphaFS] Opens an existing file or creates a new file for writing.
Public methodStatic memberOpenWrite(KernelTransaction, String)
[AlphaFS] Opens an existing file or creates a new file for writing.
Public methodStatic memberOpenWrite(KernelTransaction, String, PathFormat)
[AlphaFS] Opens an existing file or creates a new file for writing.
Public methodStatic memberReadAllBytes(String)
Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllBytes(String, PathFormat)
[AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllBytes(KernelTransaction, String)
[AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllBytes(KernelTransaction, String, PathFormat)
[AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllLines(String)
Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllLines(String, PathFormat)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllLines(String, Encoding)
Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllLines(KernelTransaction, String)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllLines(String, Encoding, PathFormat)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllLines(KernelTransaction, String, PathFormat)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllLines(KernelTransaction, String, Encoding)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllLines(KernelTransaction, String, Encoding, PathFormat)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllText(String)
Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllText(String, PathFormat)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllText(String, Encoding)
Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllText(KernelTransaction, String)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllText(String, Encoding, PathFormat)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllText(KernelTransaction, String, PathFormat)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllText(KernelTransaction, String, Encoding)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllText(KernelTransaction, String, Encoding, PathFormat)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadLines(String)
Reads the lines of a file.
Public methodStatic memberReadLines(String, PathFormat)
[AlphaFS] Reads the lines of a file.
Public methodStatic memberReadLines(String, Encoding)
Read the lines of a file that has a specified encoding.
Public methodStatic memberReadLines(KernelTransaction, String)
[AlphaFS] Reads the lines of a file.
Public methodStatic memberReadLines(String, Encoding, PathFormat)
[AlphaFS] Read the lines of a file that has a specified encoding.
Public methodStatic memberReadLines(KernelTransaction, String, PathFormat)
[AlphaFS] Reads the lines of a file.
Public methodStatic memberReadLines(KernelTransaction, String, Encoding)
[AlphaFS] Read the lines of a file that has a specified encoding.
Public methodStatic memberReadLines(KernelTransaction, String, Encoding, PathFormat)
[AlphaFS] Read the lines of a file that has a specified encoding.
Public methodStatic memberReplace(String, String, String)
Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file.
Public methodStatic memberReplace(String, String, String, Boolean)
Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file and optionally ignores merge errors.
Public methodStatic memberReplace(String, String, String, Boolean, PathFormat)
[AlphaFS] Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file and optionally ignores merge errors.
Public methodStatic memberSetAccessControl(String, FileSecurity)
Applies access control list (ACL) entries described by a FileSecurity FileSecurity object to the specified file.
Public methodStatic memberSetAccessControl(String, FileSecurity, PathFormat)
[AlphaFS] Applies access control list (ACL) entries described by a FileSecurity FileSecurity object to the specified file.
Public methodStatic memberSetAccessControl(String, FileSecurity, AccessControlSections)
Applies access control list (ACL) entries described by a DirectorySecurity object to the specified directory.
Public methodStatic memberSetAccessControl(String, FileSecurity, AccessControlSections, PathFormat)
[AlphaFS] Applies access control list (ACL) entries described by a DirectorySecurity object to the specified directory.
Public methodStatic memberSetAttributes(String, FileAttributes)
Sets the specified FileAttributes of the file or directory on the specified path.
Public methodStatic memberSetAttributes(String, FileAttributes, PathFormat)
[AlphaFS] Sets the specified FileAttributes of the file or directory on the specified path.
Public methodStatic memberSetAttributes(KernelTransaction, String, FileAttributes)
[AlphaFS] Sets the specified FileAttributes of the file on the specified path.
Public methodStatic memberSetAttributes(KernelTransaction, String, FileAttributes, PathFormat)
[AlphaFS] Sets the specified FileAttributes of the file on the specified path.
Public methodStatic memberSetCreationTime(String, DateTime)
Sets the date and time the file was created.
Public methodStatic memberSetCreationTime(String, DateTime, PathFormat)
[AlphaFS] Sets the date and time the file was created.
Public methodStatic memberSetCreationTime(KernelTransaction, String, DateTime)
[AlphaFS] Sets the date and time the file was created.
Public methodStatic memberSetCreationTime(KernelTransaction, String, DateTime, PathFormat)
[AlphaFS] Sets the date and time the file was created.
Public methodStatic memberSetCreationTimeUtc(String, DateTime)
Sets the date and time, in coordinated universal time (UTC), that the file was created.
Public methodStatic memberSetCreationTimeUtc(String, DateTime, PathFormat)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created.
Public methodStatic memberSetCreationTimeUtc(KernelTransaction, String, DateTime)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created.
Public methodStatic memberSetCreationTimeUtc(KernelTransaction, String, DateTime, PathFormat)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created.
Public methodStatic memberSetLastAccessTime(String, DateTime)
Sets the date and time that the specified file was last accessed.
Public methodStatic memberSetLastAccessTime(String, DateTime, PathFormat)
[AlphaFS] Sets the date and time that the specified file was last accessed.
Public methodStatic memberSetLastAccessTime(KernelTransaction, String, DateTime)
[AlphaFS] Sets the date and time that the specified file was last accessed.
Public methodStatic memberSetLastAccessTime(KernelTransaction, String, DateTime, PathFormat)
[AlphaFS] Sets the date and time that the specified file was last accessed.
Public methodStatic memberSetLastAccessTimeUtc(String, DateTime)
Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberSetLastAccessTimeUtc(String, DateTime, PathFormat)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberSetLastAccessTimeUtc(KernelTransaction, String, DateTime)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberSetLastAccessTimeUtc(KernelTransaction, String, DateTime, PathFormat)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Public methodStatic memberSetLastWriteTime(String, DateTime)
Sets the date and time that the specified file was last written to.
Public methodStatic memberSetLastWriteTime(String, DateTime, PathFormat)
[AlphaFS] Sets the date and time that the specified file was last written to.
Public methodStatic memberSetLastWriteTime(KernelTransaction, String, DateTime)
[AlphaFS] Sets the date and time that the specified file was last written to.
Public methodStatic memberSetLastWriteTime(KernelTransaction, String, DateTime, PathFormat)
[AlphaFS] Sets the date and time that the specified file was last written to.
Public methodStatic memberSetLastWriteTimeUtc(String, DateTime)
Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
Public methodStatic memberSetLastWriteTimeUtc(String, DateTime, PathFormat)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
Public methodStatic memberSetLastWriteTimeUtc(KernelTransaction, String, DateTime)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
Public methodStatic memberSetLastWriteTimeUtc(KernelTransaction, String, DateTime, PathFormat)
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
Public methodStatic memberSetTimestamps(String, DateTime, DateTime, DateTime)
[AlphaFS] Sets all the date and time stamps for the specified file, at once.
Public methodStatic memberSetTimestamps(String, DateTime, DateTime, DateTime, PathFormat)
[AlphaFS] Sets all the date and time stamps for the specified file, at once.
Public methodStatic memberSetTimestamps(KernelTransaction, String, DateTime, DateTime, DateTime)
[AlphaFS] Sets all the date and time stamps for the specified file, at once.
Public methodStatic memberSetTimestamps(KernelTransaction, String, DateTime, DateTime, DateTime, PathFormat)
[AlphaFS] Sets all the date and time stamps for the specified file, at once.
Public methodStatic memberSetTimestampsUtc(String, DateTime, DateTime, DateTime)
[AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once.
Public methodStatic memberSetTimestampsUtc(String, DateTime, DateTime, DateTime, PathFormat)
[AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once.
Public methodStatic memberSetTimestampsUtc(KernelTransaction, String, DateTime, DateTime, DateTime)
[AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once.
Public methodStatic memberSetTimestampsUtc(KernelTransaction, String, DateTime, DateTime, DateTime, PathFormat)
[AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once.
Public methodStatic memberTransferTimestamps(String, String)
[AlphaFS] Transfers the date and time stamps for the specified files.
Public methodStatic memberTransferTimestamps(String, String, PathFormat)
[AlphaFS] Transfers the date and time stamps for the specified files.
Public methodStatic memberTransferTimestamps(KernelTransaction, String, String)
[AlphaFS] Transfers the date and time stamps for the specified files.
Public methodStatic memberTransferTimestamps(KernelTransaction, String, String, PathFormat)
[AlphaFS] Transfers the date and time stamps for the specified files.
Public methodStatic memberWriteAllBytes(String, Byte)
Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllBytes(String, Byte, PathFormat)
[AlphaFS] Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllBytes(KernelTransaction, String, Byte)
[AlphaFS] Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllBytes(KernelTransaction, String, Byte, PathFormat)
[AlphaFS] Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllLines(String, IEnumerableString)
Creates a new file, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, String)
Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, IEnumerableString, PathFormat)
[AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, IEnumerableString, Encoding)
Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, String, PathFormat)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, String, Encoding)
Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, IEnumerableString)
[AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, String)
[AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, IEnumerableString, Encoding, PathFormat)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(String, String, Encoding, PathFormat)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, IEnumerableString, PathFormat)
[AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, IEnumerableString, Encoding)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, String, PathFormat)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, String, Encoding)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, IEnumerableString, Encoding, PathFormat)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllLines(KernelTransaction, String, String, Encoding, PathFormat)
[AlphaFS] Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
Public methodStatic memberWriteAllText(String, String)
Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(String, String, PathFormat)
[AlphaFS] Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(String, String, Encoding)
Creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(KernelTransaction, String, String)
[AlphaFS] Creates a new file as part of a transaction, write the contents to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(String, String, Encoding, PathFormat)
[AlphaFS] Creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(KernelTransaction, String, String, PathFormat)
[AlphaFS] Creates a new file as part of a transaction, write the contents to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(KernelTransaction, String, String, Encoding)
[AlphaFS] Creates a new file as part of a transaction, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllText(KernelTransaction, String, String, Encoding, PathFormat)
[AlphaFS] Creates a new file as part of a transaction, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.
Top
See Also