File Methods |
The File type exposes the following members.
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 NativeMethods.DefaultFileEncoding encoded text to an existing file, or to a new
file if the specified file does not exist.
|
![]() ![]() | AppendText(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.
|
![]() ![]() | AppendText(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.
|
![]() ![]() | AppendText(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.
|
![]() ![]() | AppendTextTransacted(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.
|
![]() ![]() | AppendTextTransacted(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.
|
![]() ![]() | AppendTextTransacted(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.
|
![]() ![]() | AppendTextTransacted(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.
|
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | Copy(String, String, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed. |
![]() ![]() | Copy(String, String, Boolean) | Copies an existing file to a new file. Overwriting a file of the same name is allowed. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | Copy(String, String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | CopyTransacted(KernelTransaction, String, String) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed. |
![]() ![]() | 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. |
![]() ![]() | CopyTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed. |
![]() ![]() | CopyTransacted(KernelTransaction, String, String, Boolean) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | CopyTransacted(KernelTransaction, String, String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | Create(String) | Creates or overwrites a file in the specified path. |
![]() ![]() | Create(String, PathFormat) | Creates or overwrites a file in the specified path. |
![]() ![]() | Create(String, Int32) | Creates or overwrites the specified file. |
![]() ![]() | Create(String, Int32, PathFormat) | 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) |
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) |
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 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 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 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, 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.
|
![]() ![]() | CreateSymbolicLink(String, String, SymbolicLinkTarget) | [AlphaFS] Creates a symbolic link. |
![]() ![]() | CreateSymbolicLink(String, String, SymbolicLinkTarget, PathFormat) | [AlphaFS] Creates a symbolic link. |
![]() ![]() | CreateSymbolicLinkTransacted(KernelTransaction, String, String, SymbolicLinkTarget) | [AlphaFS] Creates a symbolic link. |
![]() ![]() | CreateSymbolicLinkTransacted(KernelTransaction, String, String, SymbolicLinkTarget, PathFormat) | [AlphaFS] Creates a symbolic link. |
![]() ![]() | 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) | Creates or overwrites a file in the specified path. |
![]() ![]() | CreateTransacted(KernelTransaction, String, PathFormat) | Creates or overwrites a file in the specified path. |
![]() ![]() | CreateTransacted(KernelTransaction, String, Int32) | Creates or overwrites the specified file. |
![]() ![]() | CreateTransacted(KernelTransaction, String, Int32, PathFormat) | Creates or overwrites the specified file. |
![]() ![]() | CreateTransacted(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.
|
![]() ![]() | CreateTransacted(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.
|
![]() ![]() | CreateTransacted(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.
|
![]() ![]() | CreateTransacted(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.
|
![]() ![]() | 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. |
![]() ![]() | GetFileInfoByHandle | [AlphaFS] Retrieves file information for the specified SafeFileHandle. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | Move(String, String, MoveOptions) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | Move(String, String, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | Move(String, String, MoveOptions, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | Move(String, String, MoveOptions, CopyMoveProgressRoutine, Object) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | 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. |
![]() ![]() | MoveTransacted(KernelTransaction, String, String) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | MoveTransacted(KernelTransaction, String, String, MoveOptions) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | MoveTransacted(KernelTransaction, String, String, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | MoveTransacted(KernelTransaction, String, String, MoveOptions, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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) | [AlphaFS] Transfers the date and time stamps for the specified files. |
![]() ![]() | TransferTimestamps(String, String, PathFormat) | [AlphaFS] Transfers the date and time stamps for the specified files. |
![]() ![]() | TransferTimestampsTransacted(KernelTransaction, String, String) | [AlphaFS] Transfers the date and time stamps for the specified files. |
![]() ![]() | TransferTimestampsTransacted(KernelTransaction, String, String, PathFormat) | [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. |