![]() | File Class |
[SerializableAttribute] public class File : IEquatable<File>
The File type exposes the following members.
Name | Description | |
---|---|---|
![]() | File | Initializes a new instance of the File class |
![]() | File(String) | Initializes a new instance of the File class |
Name | Description | |
---|---|---|
![]() | Attrs | A string representation of the attributes of the file. Each attribute is represented by one familiar character, so a value like "RA" indicates that the file is (R)ead only and modied and ready to be (A)rchived. For more information see NTFS. |
![]() | Comment | An arbitrary comment annotation for the file. |
![]() | Fullname | The combined optional path and file name of the file on the digital media. There is no drive letter. A typical value would be April report.docx for a file in the root folder of the media, or Reports/April/2024/purchases.xlsx for a file in a subdirectory. |
![]() | Length | The length of the file in bytes. |
![]() | PartSequence | If a Title is composed of multiple parts, then this value indicates which part contains the file. The sequence is 1-based. Most titles contain a single part, in which case the part sequence is 1. |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Equals(File) | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | ToString | (Overrides ObjectToString) |