File Class |
This class cannot be inherited.
Namespace: Alphaleonis.Win32.Filesystem
Name | Description | |
---|---|---|
AppendAllLines(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.
| |
AppendAllLines(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.
| |
AppendAllLines(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.
| |
AppendAllLines(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.
| |
AppendAllLinesTransacted(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.
| |
AppendAllLinesTransacted(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.
| |
AppendAllLinesTransacted(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.
| |
AppendAllLinesTransacted(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.
| |
AppendAllText(String, String) | Appends the specified stringto the file, creating the file if it does not already exist. | |
AppendAllText(String, String, PathFormat) | [AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist. | |
AppendAllText(String, String, Encoding) | Appends the specified string to the file, creating the file if it does not already exist. | |
AppendAllText(String, String, Encoding, PathFormat) | [AlphaFS] Appends the specified string to the file, creating the file if it does not already exist. | |
AppendAllTextTransacted(KernelTransaction, String, String) | [AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist. | |
AppendAllTextTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist. | |
AppendAllTextTransacted(KernelTransaction, String, String, Encoding) | [AlphaFS] Appends the specified string to the file, creating the file if it does not already exist. | |
AppendAllTextTransacted(KernelTransaction, String, String, Encoding, PathFormat) | [AlphaFS] Appends the specified string to the file, creating the file if it does not already exist. | |
AppendText(String) | Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendText(String, PathFormat) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendText(String, Encoding) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendText(String, Encoding, PathFormat) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendTextTransacted(KernelTransaction, String) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendTextTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendTextTransacted(KernelTransaction, String, Encoding) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendTextTransacted(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
Compress(String) | [AlphaFS] Compresses a file using NTFS compression. | |
Compress(String, PathFormat) | [AlphaFS] Compresses a file using NTFS compression. | |
CompressTransacted(KernelTransaction, String) | [AlphaFS] Compresses a file using NTFS compression. | |
CompressTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Compresses a file using NTFS compression. | |
Copy(String, String) | Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(String, String, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(String, String, Boolean) | Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(String, String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Copy(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTimestamps(String, String) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestamps(String, String, PathFormat) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestamps(String, String, Boolean) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestamps(String, String, Boolean, PathFormat) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestampsTransacted(KernelTransaction, String, String) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestampsTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestampsTransacted(KernelTransaction, String, String, Boolean) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTimestampsTransacted(KernelTransaction, String, String, Boolean, PathFormat) | [AlphaFS] Transfers the date and time stamps for the specified files. | |
CopyTransacted(KernelTransaction, String, String) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(KernelTransaction, String, String, Boolean) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(KernelTransaction, String, String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Remarks The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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.
Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
CopyTransacted(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. Remarks Option NoBuffering is recommended for very large file transfers. The attributes of the original file are retained in the copied file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Create(String) | Creates or overwrites a file in the specified path. | |
Create(String, PathFormat) | [AlphaFS] Creates or overwrites a file in the specified path. | |
Create(String, Int32) | Creates or overwrites the specified file. | |
Create(String, Int32, PathFormat) | [AlphaFS] Creates or overwrites the specified file. | |
Create(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. | |
Create(String, Int32, FileOptions, PathFormat) | [AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file. | |
Create(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. | |
Create(String, Int32, FileOptions, FileSecurity, PathFormat) | [AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file. | |
CreateHardlink(String, String) | [AlphaFS] Establishes a hard link (similar to CMD command: "MKLINK /H") between an existing file and a new file. This function is only supported on the NTFS file system, and only for files, not directories. | |
CreateHardlink(String, String, PathFormat) | [AlphaFS] Establishes a hard link (similar to CMD command: "MKLINK /H") between an existing file and a new file. This function is only supported on the NTFS file system, and only for files, not directories. | |
CreateHardlinkTransacted(KernelTransaction, String, String) | [AlphaFS] Establishes a hard link (similar to CMD command: "MKLINK /H") between an existing file and a new file as a transacted operation. This function is only supported on the NTFS file system, and only for files, not directories. | |
CreateHardlinkTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Establishes a hard link (similar to CMD command: "MKLINK /H") between an existing file and a new file as a transacted operation. This function is only supported on the NTFS file system, and only for files, not directories. | |
CreateSymbolicLink(String, String) | [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file.
Remarks Symbolic links can point to a non-existent target. When creating a symbolic link, the operating system does not check to see if the target exists. Symbolic links are reparse points. There is a maximum of 31 reparse points (and therefore symbolic links) allowed in a particular path. See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLink(String, String, PathFormat) | [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file.
Remarks Symbolic links can point to a non-existent target. When creating a symbolic link, the operating system does not check to see if the target exists. Symbolic links are reparse points. There is a maximum of 31 reparse points (and therefore symbolic links) allowed in a particular path. See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLink(String, String, SymbolicLinkTarget) | Obsolete. [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file.
Remarks See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLink(String, String, SymbolicLinkTarget, PathFormat) | Obsolete. [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file.
Remarks See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLinkTransacted(KernelTransaction, String, String) | [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file as a transacted operation.
Remarks Symbolic links can point to a non-existent target. When creating a symbolic link, the operating system does not check to see if the target exists. Symbolic links are reparse points. There is a maximum of 31 reparse points (and therefore symbolic links) allowed in a particular path. See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLinkTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file as a transacted operation.
Remarks Symbolic links can point to a non-existent target. When creating a symbolic link, the operating system does not check to see if the target exists. Symbolic links are reparse points. There is a maximum of 31 reparse points (and therefore symbolic links) allowed in a particular path. See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLinkTransacted(KernelTransaction, String, String, SymbolicLinkTarget) | Obsolete. [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file as a transacted operation.
Remarks See CreateSymbolicLink to run this method in an elevated state. | |
CreateSymbolicLinkTransacted(KernelTransaction, String, String, SymbolicLinkTarget, PathFormat) | Obsolete. [AlphaFS] Creates a symbolic link (similar to CMD command: "MKLINK") to a file as a transacted operation.
Remarks See CreateSymbolicLink to run this method in an elevated state. | |
CreateText(String) | Creates or opens a file for writing UTF-8 encoded text. | |
CreateText(String, PathFormat) | [AlphaFS] Creates or opens a file for writing UTF-8 encoded text. | |
CreateText(String, Encoding, PathFormat) | [AlphaFS] Creates or opens a file for writing Encoding encoded text. | |
CreateTextTransacted(KernelTransaction, String) | [AlphaFS] Creates or opens a file for writing UTF-8 encoded text. | |
CreateTextTransacted(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Creates or opens a file for writing Encoding encoded text. | |
CreateTransacted(KernelTransaction, String) | [AlphaFS] Creates or overwrites a file in the specified path. | |
CreateTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Creates or overwrites a file in the specified path. | |
CreateTransacted(KernelTransaction, String, Int32) | [AlphaFS] Creates or overwrites the specified file. | |
CreateTransacted(KernelTransaction, String, Int32, PathFormat) | [AlphaFS] Creates or overwrites the specified file. | |
CreateTransacted(KernelTransaction, String, Int32, FileOptions) | [AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file. | |
CreateTransacted(KernelTransaction, String, Int32, FileOptions, PathFormat) | [AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file. | |
CreateTransacted(KernelTransaction, String, Int32, FileOptions, FileSecurity) | [AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file. | |
CreateTransacted(KernelTransaction, String, Int32, FileOptions, FileSecurity, PathFormat) | [AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file. | |
Decompress(String) | [AlphaFS] Decompresses an NTFS compressed file. | |
Decompress(String, PathFormat) | [AlphaFS] Decompresses an NTFS compressed file. | |
DecompressTransacted(KernelTransaction, String) | [AlphaFS] Decompresses an NTFS compressed file. | |
DecompressTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Decompresses an NTFS compressed file. | |
Decrypt(String) | Decrypts a file that was encrypted by the current account using the Encrypt method. | |
Decrypt(String, PathFormat) | [AlphaFS] Decrypts a file that was encrypted by the current account using the Encrypt method. | |
Delete(String) | Deletes the specified file. | |
Delete(String, Boolean) | [AlphaFS] Deletes the specified file. | |
Delete(String, Boolean, PathFormat) | [AlphaFS] Deletes the specified file. | |
DeleteTransacted(KernelTransaction, String) | [AlphaFS] Deletes the specified file. | |
DeleteTransacted(KernelTransaction, String, Boolean) | [AlphaFS] Deletes the specified file. | |
DeleteTransacted(KernelTransaction, String, Boolean, PathFormat) | [AlphaFS] Deletes the specified file. | |
Encrypt(String) | Encrypts a file so that only the account used to encrypt the file can decrypt it. | |
Encrypt(String, PathFormat) | [AlphaFS] Encrypts a file so that only the account used to encrypt the file can decrypt it. | |
EnumerateAlternateDataStreams(String) | [AlphaFS] Enumerates the streams of type :$DATA from the specified file. | |
EnumerateAlternateDataStreams(String, PathFormat) | [AlphaFS] Enumerates the streams of type :$DATA from the specified file. | |
EnumerateAlternateDataStreamsTransacted(KernelTransaction, String) | [AlphaFS] Enumerates the streams of type :$DATA from the specified file. | |
EnumerateAlternateDataStreamsTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Enumerates the streams of type :$DATA from the specified file. | |
EnumerateHardlinks(String) | [AlphaFS] Creates an enumeration of all the hard links to the specified path. | |
EnumerateHardlinks(String, PathFormat) | [AlphaFS] Creates an enumeration of all the hard links to the specified path. | |
EnumerateHardlinksTransacted(KernelTransaction, String) | [AlphaFS] Creates an enumeration of all the hard links to the specified path. | |
EnumerateHardlinksTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Creates an enumeration of all the hard links to the specified path. | |
Exists(String) | Determines whether the specified file exists. | |
Exists(String, PathFormat) | [AlphaFS] Determines whether the specified file exists. | |
ExistsTransacted(KernelTransaction, String) |
[AlphaFS] Determines whether the specified file exists.
| |
ExistsTransacted(KernelTransaction, String, PathFormat) |
[AlphaFS] Determines whether the specified file exists.
| |
ExportEncryptedFileRaw(String, Stream) | [AlphaFS] Backs up (export) encrypted files. This is one of a group of Encrypted File System (EFS) functions that is
intended to implement backup and restore functionality, while maintaining files in their encrypted state. | |
ExportEncryptedFileRaw(String, Stream, PathFormat) | [AlphaFS] Backs up (export) encrypted files. This is one of a group of Encrypted File System (EFS) functions that is
intended to implement backup and restore functionality, while maintaining files in their encrypted state. | |
GetAccessControl(SafeFileHandle) | [AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file handle. | |
GetAccessControl(String) | Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file. | |
GetAccessControl(SafeFileHandle, AccessControlSections) | [AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file handle. | |
GetAccessControl(String, PathFormat) | [AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file. | |
GetAccessControl(String, AccessControlSections) | Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file. | |
GetAccessControl(String, AccessControlSections, PathFormat) | [AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file. | |
GetAttributes(String) | Gets the FileAttributes of the file on the path. | |
GetAttributes(String, PathFormat) | [AlphaFS] Gets the FileAttributes of the file on the path. | |
GetAttributesTransacted(KernelTransaction, String) | [AlphaFS] Gets the FileAttributes of the file on the path. | |
GetAttributesTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the FileAttributes of the file on the path. | |
GetChangeTime(SafeFileHandle) | [AlphaFS] Gets the change date and time of the specified file. | |
GetChangeTime(String) | [AlphaFS] Gets the change date and time of the specified file. | |
GetChangeTime(String, PathFormat) | [AlphaFS] Gets the change date and time of the specified file. | |
GetChangeTimeTransacted(KernelTransaction, String) | [AlphaFS] Gets the change date and time of the specified file. | |
GetChangeTimeTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the change date and time of the specified file. | |
GetChangeTimeUtc(SafeFileHandle) | [AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetChangeTimeUtc(String) | [AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetChangeTimeUtc(String, PathFormat) | [AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetChangeTimeUtcTransacted(KernelTransaction, String) | [AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetChangeTimeUtcTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the change date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetCompressedSize(String) | [AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file. | |
GetCompressedSize(String, PathFormat) | [AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file. | |
GetCompressedSizeTransacted(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.
| |
GetCompressedSizeTransacted(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.
| |
GetCreationTime(String) | Gets the creation date and time of the specified file. | |
GetCreationTime(String, PathFormat) | [AlphaFS] Gets the creation date and time of the specified file. | |
GetCreationTimeTransacted(KernelTransaction, String) | [AlphaFS] Gets the creation date and time of the specified file. | |
GetCreationTimeTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the creation date and time of the specified file. | |
GetCreationTimeUtc(String) | Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetCreationTimeUtc(String, PathFormat) | [AlphaFS] Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetCreationTimeUtcTransacted(KernelTransaction, String) | [AlphaFS] Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetCreationTimeUtcTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the creation date and time, in Coordinated Universal Time (UTC) format, of the specified file. | |
GetEncryptionStatus(String) | [AlphaFS] Retrieves the encryption status of the specified file. | |
GetEncryptionStatus(String, PathFormat) | [AlphaFS] Retrieves the encryption status of the specified file. | |
GetFileIdInfo(SafeFileHandle) | [AlphaFS] Retrieves file information for the specified SafeFileHandle. | |
GetFileIdInfo(String) | [AlphaFS] Gets the unique identifier for a file. The identifier is composed of a 64-bit volume serial number and 128-bit file system entry identifier. | |
GetFileIdInfo(String, PathFormat) | [AlphaFS] Gets the unique identifier for a file. The identifier is composed of a 64-bit volume serial number and 128-bit file system entry identifier. | |
GetFileIdTransacted(KernelTransaction, String) | [AlphaFS] Gets the unique identifier for a file. The identifier is composed of a 64-bit volume serial number and 128-bit file system entry identifier. | |
GetFileIdTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the unique identifier for a file. The identifier is composed of a 64-bit volume serial number and 128-bit file system entry identifier. | |
GetFileInfoByHandle(SafeFileHandle) | [AlphaFS] Retrieves file information for the specified SafeFileHandle. | |
GetFileInfoByHandle(String) | [AlphaFS] Retrieves file information for the specified file. | |
GetFileInfoByHandle(String, PathFormat) | [AlphaFS] Retrieves file information for the specified file. | |
GetFileInfoByHandleTransacted(KernelTransaction, String) | [AlphaFS] Retrieves file information for the specified file. | |
GetFileInfoByHandleTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Retrieves file information for the specified file. | |
GetFileSystemEntryInfo(String) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfo(String, PathFormat) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfo(String, Boolean) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfo(String, Boolean, PathFormat) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfoTransacted(KernelTransaction, String) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfoTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfoTransacted(KernelTransaction, String, Boolean) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetFileSystemEntryInfoTransacted(KernelTransaction, String, Boolean, PathFormat) | [AlphaFS] Gets the FileSystemEntryInfo of the file on the path. | |
GetHash(String, HashType) |
[AlphaFS] Calculates the hash/checksum for the given fileFullPath.
| |
GetHash(String, HashType, PathFormat) |
[AlphaFS] Calculates the hash/checksum for the given fileFullPath.
| |
GetHash(KernelTransaction, String, HashType) |
[AlphaFS] Calculates the hash/checksum for the given fileFullPath.
| |
GetHash(KernelTransaction, String, HashType, PathFormat) |
[AlphaFS] Calculates the hash/checksum for the given fileFullPath.
| |
GetLastAccessTime(String) | Gets the date and time that the specified file was last accessed. | |
GetLastAccessTime(String, PathFormat) | [AlphaFS] Gets the date and time that the specified file was last accessed. | |
GetLastAccessTimeTransacted(KernelTransaction, String) | [AlphaFS] Gets the date and time that the specified file was last accessed. | |
GetLastAccessTimeTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the date and time that the specified file was last accessed. | |
GetLastAccessTimeUtc(String) | Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
GetLastAccessTimeUtc(String, PathFormat) | [AlphaFS] Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
GetLastAccessTimeUtcTransacted(KernelTransaction, String) | [AlphaFS] Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
GetLastAccessTimeUtcTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
GetLastWriteTime(String) | Gets the date and time that the specified file was last written to. | |
GetLastWriteTime(String, PathFormat) | [AlphaFS] Gets the date and time that the specified file was last written to. | |
GetLastWriteTimeTransacted(KernelTransaction, String) | [AlphaFS] Gets the date and time that the specified file was last written to. | |
GetLastWriteTimeTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets the date and time that the specified file was last written to. | |
GetLastWriteTimeUtc(String) | Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to. | |
GetLastWriteTimeUtc(String, PathFormat) |
[AlphaFS] Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
| |
GetLastWriteTimeUtcTransacted(KernelTransaction, String) |
[AlphaFS] Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
| |
GetLastWriteTimeUtcTransacted(KernelTransaction, String, PathFormat) |
[AlphaFS] Gets the date and time, in coordinated universal time (UTC) time, that the specified file was last written to.
| |
GetLinkTargetInfo(String) | [AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system. | |
GetLinkTargetInfo(String, PathFormat) | [AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system. | |
GetLinkTargetInfoTransacted(KernelTransaction, String) | [AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system. | |
GetLinkTargetInfoTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system. | |
GetProcessForFileLock(CollectionString) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType:Returns null when no processes found that are locking the file(s) specified by filePaths. Returns a list of processes locking the file(s) specified by filePaths. | |
GetProcessForFileLock(String) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType:Returns null when no processes found that are locking the file specified by filePath. Returns a list of processes locking the file specified by filePath. | |
GetProcessForFileLock(CollectionString, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType:Returns null when no processes found that are locking the file(s) specified by filePaths. Returns a list of processes locking the file(s) specified by filePaths. | |
GetProcessForFileLock(String, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType:Returns null when no processes found that are locking the file specified by filePath. Returns a list of processes locking the file specified by filePath. | |
GetProcessForFileLockTransacted(KernelTransaction, CollectionString) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType:Returns null when no processes found that are locking the file(s) specified by filePaths. Returns a list of processes locking the file(s) specified by filePaths. | |
GetProcessForFileLockTransacted(KernelTransaction, String) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType:Returns null when no processes found that are locking the file specified by filePath. Returns a list of processes locking the file specified by filePath. | |
GetProcessForFileLockTransacted(KernelTransaction, CollectionString, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType:Returns null when no processes found that are locking the file(s) specified by filePaths. Returns a list of processes locking the file(s) specified by filePaths. | |
GetProcessForFileLockTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType:Returns null when no processes found that are locking the file specified by filePath. Returns a list of processes locking the file specified by filePath. | |
GetSize(SafeFileHandle) | [AlphaFS] Retrieves the file size, in bytes to store a specified file. | |
GetSize(String) | [AlphaFS] Retrieves the file size, in bytes to store a specified file. | |
GetSize(String, PathFormat) | [AlphaFS] Retrieves the file size, in bytes to store a specified file. | |
GetSizeTransacted(KernelTransaction, String) | [AlphaFS] Retrieves the file size, in bytes to store a specified file. | |
GetSizeTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Retrieves the file size, in bytes to store a specified file. | |
ImportEncryptedFileRaw(Stream, String) | [AlphaFS] Restores (import) encrypted files. This is one of a group of Encrypted File System (EFS) functions that is
intended to implement backup and restore functionality, while maintaining files in their encrypted state. | |
ImportEncryptedFileRaw(Stream, String, PathFormat) | [AlphaFS] Restores (import) encrypted files. This is one of a group of Encrypted File System (EFS) functions that is
intended to implement backup and restore functionality, while maintaining files in their encrypted state. | |
ImportEncryptedFileRaw(Stream, String, Boolean) | [AlphaFS] Restores (import) encrypted files. This is one of a group of Encrypted File System (EFS) functions that is
intended to implement backup and restore functionality, while maintaining files in their encrypted state. | |
ImportEncryptedFileRaw(Stream, String, Boolean, PathFormat) | [AlphaFS] Restores (import) encrypted files. This is one of a group of Encrypted File System (EFS) functions that is
intended to implement backup and restore functionality, while maintaining files in their encrypted state. | |
IsLocked(String) | [AlphaFS] Determines whether the specified file is in use (locked). | |
IsLocked(String, PathFormat) | [AlphaFS] Determines whether the specified file is in use (locked). | |
IsLockedTransacted(KernelTransaction, String) | [AlphaFS] Determines whether the specified file is in use (locked). | |
IsLockedTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Determines whether the specified file is in use (locked). | |
Move(String, String) | Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Move(String, String, MoveOptions) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Move(String, String, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Move(String, String, MoveOptions, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Move(String, String, MoveOptions, CopyMoveProgressRoutine, Object) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Move(String, String, MoveOptions, CopyMoveProgressRoutine, Object, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Return ValueType:A CopyMoveResult class with the status of the Move action. Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
MoveTransacted(KernelTransaction, String, String) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
MoveTransacted(KernelTransaction, String, String, MoveOptions) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
MoveTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
MoveTransacted(KernelTransaction, String, String, MoveOptions, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
MoveTransacted(KernelTransaction, String, String, MoveOptions, CopyMoveProgressRoutine, Object) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
MoveTransacted(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.
Remarks This method works across disk volumes. Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException. You cannot use the Move method to overwrite an existing file. Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior. | |
Open(String, FileMode) | Opens a FileStream on the specified path with read/write access. | |
Open(String, FileMode, PathFormat) | [AlphaFS] Opens a FileStream on the specified path with read/write access. | |
Open(String, FileMode, FileAccess) | Opens a FileStream on the specified path, with the specified mode and access. | |
Open(String, FileMode, FileAccess, PathFormat) | [AlphaFS] Opens a FileStream on the specified path, with the specified mode and access. | |
Open(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. | |
Open(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. | |
Open(String, FileMode, FileAccess, FileShare, Int32) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(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. | |
Open(String, FileMode, FileAccess, FileShare, Int32, ExtendedFileAttributes) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileAccess, FileShare, Int32, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileAccess, FileShare, Int32, Boolean) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileAccess, FileShare, Int32, FileOptions) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileAccess, FileShare, Int32, ExtendedFileAttributes, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileAccess, FileShare, Int32, Boolean, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileAccess, FileShare, Int32, FileOptions, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes, FileSecurity) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, FileSecurity) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes, FileSecurity, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, access rights and sharing permission, the buffer size, additional file options, access control and audit security. | |
Open(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, FileSecurity, PathFormat) | [AlphaFS] Opens a FileStream on the specified path using the specified creation mode, access rights and sharing permission, the buffer size, additional file options, access control and audit security. | |
OpenBackupRead(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. | |
OpenBackupRead(String, PathFormat) | [AlphaFS] Opens the specified file for reading purposes bypassing security attributes. | |
OpenBackupReadTransacted(KernelTransaction, String) | [AlphaFS] Opens the specified file for reading purposes bypassing security attributes. | |
OpenBackupReadTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens the specified file for reading purposes bypassing security attributes. | |
OpenRead(String) | Opens an existing file for reading. | |
OpenRead(String, PathFormat) | [AlphaFS] Opens an existing file for reading. | |
OpenReadTransacted(KernelTransaction, String) | [AlphaFS] Opens an existing file for reading. | |
OpenReadTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens an existing file for reading. | |
OpenText(String) | Opens an existing UTF-8 encoded text file for reading. | |
OpenText(String, PathFormat) | [AlphaFS] Opens an existing UTF-8 encoded text file for reading. | |
OpenText(String, Encoding) | [AlphaFS] Opens an existing Encoding encoded text file for reading. | |
OpenText(String, Encoding, PathFormat) | [AlphaFS] Opens an existing Encoding encoded text file for reading. | |
OpenTextTransacted(KernelTransaction, String) | [AlphaFS] Opens an existing UTF-8 encoded text file for reading. | |
OpenTextTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens an existing UTF-8 encoded text file for reading. | |
OpenTextTransacted(KernelTransaction, String, Encoding) | [AlphaFS] Opens an existing Encoding encoded text file for reading. | |
OpenTextTransacted(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Opens an existing Encoding encoded text file for reading. | |
OpenTransacted(KernelTransaction, String, FileMode) | [AlphaFS] (Transacted) Opens a FileStream on the specified path with read/write access. | |
OpenTransacted(KernelTransaction, String, FileMode, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path with read/write access. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess) | [AlphaFS] (Transacted) Opens a FileStream on the specified path, with the specified mode and access. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path, with the specified mode and access. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare) | [AlphaFS] (Transacted) Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, ExtendedFileAttributes, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, ExtendedFileAttributes) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, Boolean) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, FileOptions) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, FileOptions) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, ExtendedFileAttributes, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, Boolean, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileAccess, FileShare, Int32, FileOptions, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes, FileSecurity) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, FileSecurity) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, read/write and sharing permission, and buffer size. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, ExtendedFileAttributes, FileSecurity, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, access rights and sharing permission, the buffer size, additional file options, access control and audit security. | |
OpenTransacted(KernelTransaction, String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, FileSecurity, PathFormat) | [AlphaFS] (Transacted) Opens a FileStream on the specified path using the specified creation mode, access rights and sharing permission, the buffer size, additional file options, access control and audit security. | |
OpenWrite(String) | Opens an existing file or creates a new file for writing. | |
OpenWrite(String, PathFormat) | [AlphaFS] Opens an existing file or creates a new file for writing. | |
OpenWriteTransacted(KernelTransaction, String) | [AlphaFS] Opens an existing file or creates a new file for writing. | |
OpenWriteTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens an existing file or creates a new file for writing. | |
ReadAllBytes(String) | Opens a binary file, reads the contents of the file into a byte array, and then closes the file. | |
ReadAllBytes(String, PathFormat) | [AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file. | |
ReadAllBytesTransacted(KernelTransaction, String) | [AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file. | |
ReadAllBytesTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file. | |
ReadAllLines(String) | Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLines(String, PathFormat) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLines(String, Encoding) | Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllLines(String, Encoding, PathFormat) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllLinesTransacted(KernelTransaction, String) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLinesTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLinesTransacted(KernelTransaction, String, Encoding) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllLinesTransacted(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllText(String) | Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllText(String, PathFormat) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllText(String, Encoding) | Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllText(String, Encoding, PathFormat) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllTextTransacted(KernelTransaction, String) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllTextTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllTextTransacted(KernelTransaction, String, Encoding) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllTextTransacted(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadLines(String) | Reads the lines of a file. | |
ReadLines(String, PathFormat) | [AlphaFS] Reads the lines of a file. | |
ReadLines(String, Encoding) | Read the lines of a file that has a specified encoding. | |
ReadLines(String, Encoding, PathFormat) | [AlphaFS] Read the lines of a file that has a specified encoding. | |
ReadLinesTransacted(KernelTransaction, String) | [AlphaFS] Reads the lines of a file. | |
ReadLinesTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Reads the lines of a file. | |
ReadLinesTransacted(KernelTransaction, String, Encoding) | [AlphaFS] Read the lines of a file that has a specified encoding. | |
ReadLinesTransacted(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Read the lines of a file that has a specified encoding. | |
Replace(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.
| |
Replace(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.
| |
Replace(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.
| |
SetAccessControl(SafeFileHandle, FileSecurity) | Applies access control list (ACL) entries described by a FileSecurity FileSecurity object to the specified file. | |
SetAccessControl(String, FileSecurity) | Applies access control list (ACL) entries described by a FileSecurity FileSecurity object to the specified file. | |
SetAccessControl(SafeFileHandle, FileSecurity, AccessControlSections) | Applies access control list (ACL) entries described by a FileSecurity FileSecurity object to the specified file. | |
SetAccessControl(String, FileSecurity, PathFormat) | [AlphaFS] Applies access control list (ACL) entries described by a FileSecurity FileSecurity object to the specified file. | |
SetAccessControl(String, FileSecurity, AccessControlSections) | Applies access control list (ACL) entries described by a DirectorySecurity object to the specified directory. | |
SetAccessControl(String, FileSecurity, AccessControlSections, PathFormat) | [AlphaFS] Applies access control list (ACL) entries described by a DirectorySecurity object to the specified directory. | |
SetAttributes(String, FileAttributes) | Sets the specified FileAttributes of the file or directory on the specified path. | |
SetAttributes(String, FileAttributes, PathFormat) | [AlphaFS] Sets the specified FileAttributes of the file or directory on the specified path. | |
SetAttributesTransacted(KernelTransaction, String, FileAttributes) | [AlphaFS] Sets the specified FileAttributes of the file on the specified path. | |
SetAttributesTransacted(KernelTransaction, String, FileAttributes, PathFormat) | [AlphaFS] Sets the specified FileAttributes of the file on the specified path. | |
SetCreationTime(String, DateTime) | Sets the date and time the file was created. | |
SetCreationTime(String, DateTime, PathFormat) | [AlphaFS] Sets the date and time the file was created. | |
SetCreationTime(String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time the file was created. | |
SetCreationTimeTransacted(KernelTransaction, String, DateTime) | [AlphaFS] Sets the date and time the file was created. | |
SetCreationTimeTransacted(KernelTransaction, String, DateTime, PathFormat) | [AlphaFS] Sets the date and time the file was created. | |
SetCreationTimeTransacted(KernelTransaction, String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time the file was created. | |
SetCreationTimeUtc(String, DateTime) | Sets the date and time, in coordinated universal time (UTC), that the file was created. | |
SetCreationTimeUtc(String, DateTime, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created. | |
SetCreationTimeUtc(String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created. | |
SetCreationTimeUtcTransacted(KernelTransaction, String, DateTime) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created. | |
SetCreationTimeUtcTransacted(KernelTransaction, String, DateTime, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created. | |
SetCreationTimeUtcTransacted(KernelTransaction, String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the file was created. | |
SetLastAccessTime(String, DateTime) | Sets the date and time that the specified file was last accessed. | |
SetLastAccessTime(String, DateTime, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last accessed. | |
SetLastAccessTime(String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last accessed. | |
SetLastAccessTimeTransacted(KernelTransaction, String, DateTime) | [AlphaFS] Sets the date and time that the specified file was last accessed. | |
SetLastAccessTimeTransacted(KernelTransaction, String, DateTime, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last accessed. | |
SetLastAccessTimeTransacted(KernelTransaction, String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last accessed. | |
SetLastAccessTimeUtc(String, DateTime) | Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
SetLastAccessTimeUtc(String, DateTime, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
SetLastAccessTimeUtc(String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
SetLastAccessTimeUtcTransacted(KernelTransaction, String, DateTime) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
SetLastAccessTimeUtcTransacted(KernelTransaction, String, DateTime, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
SetLastAccessTimeUtcTransacted(KernelTransaction, String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed. | |
SetLastWriteTime(String, DateTime) | Sets the date and time that the specified file was last written to. | |
SetLastWriteTime(String, DateTime, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last written to. | |
SetLastWriteTime(String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last written to. | |
SetLastWriteTimeTransacted(KernelTransaction, String, DateTime) | [AlphaFS] Sets the date and time that the specified file was last written to. | |
SetLastWriteTimeTransacted(KernelTransaction, String, DateTime, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last written to. | |
SetLastWriteTimeTransacted(KernelTransaction, String, DateTime, Boolean, PathFormat) | [AlphaFS] Sets the date and time that the specified file was last written to. | |
SetLastWriteTimeUtc(String, DateTime) | Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to. | |
SetLastWriteTimeUtc(String, DateTime, PathFormat) |
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
| |
SetLastWriteTimeUtc(String, DateTime, Boolean, PathFormat) |
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
| |
SetLastWriteTimeUtcTransacted(KernelTransaction, String, DateTime) |
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
| |
SetLastWriteTimeUtcTransacted(KernelTransaction, String, DateTime, PathFormat) |
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
| |
SetLastWriteTimeUtcTransacted(KernelTransaction, String, DateTime, Boolean, PathFormat) |
[AlphaFS] Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
| |
SetTimestamps(String, DateTime, DateTime, DateTime) | [AlphaFS] Sets all the date and time stamps for the specified file, at once. | |
SetTimestamps(String, DateTime, DateTime, DateTime, PathFormat) | [AlphaFS] Sets all the date and time stamps for the specified file, at once. | |
SetTimestamps(String, DateTime, DateTime, DateTime, Boolean, PathFormat) | [AlphaFS] Sets all the date and time stamps for the specified file, at once. | |
SetTimestampsTransacted(KernelTransaction, String, DateTime, DateTime, DateTime) | [AlphaFS] Sets all the date and time stamps for the specified file, at once. | |
SetTimestampsTransacted(KernelTransaction, String, DateTime, DateTime, DateTime, PathFormat) | [AlphaFS] Sets all the date and time stamps for the specified file, at once. | |
SetTimestampsTransacted(KernelTransaction, String, DateTime, DateTime, DateTime, Boolean, PathFormat) | [AlphaFS] Sets all the date and time stamps for the specified file, at once. | |
SetTimestampsUtc(String, DateTime, DateTime, DateTime) | [AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once. | |
SetTimestampsUtc(String, DateTime, DateTime, DateTime, PathFormat) | [AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once. | |
SetTimestampsUtc(String, DateTime, DateTime, DateTime, Boolean, PathFormat) | [AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once. | |
SetTimestampsUtcTransacted(KernelTransaction, String, DateTime, DateTime, DateTime) | [AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once. | |
SetTimestampsUtcTransacted(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. | |
SetTimestampsUtcTransacted(KernelTransaction, String, DateTime, DateTime, DateTime, Boolean, PathFormat) | [AlphaFS] Sets all the date and time stamps, in coordinated universal time (UTC), for the specified file, at once. | |
TransferTimestamps(String, String) | Obsolete. [AlphaFS] Transfers the date and time stamps for the specified files. | |
TransferTimestamps(String, String, PathFormat) | Obsolete. [AlphaFS] Transfers the date and time stamps for the specified files. | |
TransferTimestampsTransacted(KernelTransaction, String, String) | Obsolete. [AlphaFS] Transfers the date and time stamps for the specified files. | |
TransferTimestampsTransacted(KernelTransaction, String, String, PathFormat) | Obsolete. [AlphaFS] Transfers the date and time stamps for the specified files. | |
WriteAllBytes(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.
| |
WriteAllBytes(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.
| |
WriteAllBytesTransacted(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.
| |
WriteAllBytesTransacted(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.
| |
WriteAllLines(String, IEnumerableString) | Creates a new file, writes a collection of strings to the file, and then closes the file. | |
WriteAllLines(String, String) | Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file. | |
WriteAllLines(String, IEnumerableString, PathFormat) | [AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file. | |
WriteAllLines(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. | |
WriteAllLines(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. | |
WriteAllLines(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. | |
WriteAllLines(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. | |
WriteAllLines(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. | |
WriteAllLinesTransacted(KernelTransaction, String, IEnumerableString) | [AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file. | |
WriteAllLinesTransacted(KernelTransaction, String, String) | [AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file. | |
WriteAllLinesTransacted(KernelTransaction, String, IEnumerableString, PathFormat) | [AlphaFS] Creates a new file, writes a collection of strings to the file, and then closes the file. | |
WriteAllLinesTransacted(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. | |
WriteAllLinesTransacted(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. | |
WriteAllLinesTransacted(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. | |
WriteAllLinesTransacted(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. | |
WriteAllLinesTransacted(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. | |
WriteAllText(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. | |
WriteAllText(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. | |
WriteAllText(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. | |
WriteAllText(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. | |
WriteAllTextTransacted(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. | |
WriteAllTextTransacted(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. | |
WriteAllTextTransacted(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. | |
WriteAllTextTransacted(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. |