FileIdBothDirectoryInfoEndOfFile Property |
The absolute new end-of-file position as a byte offset from the start of the file to the end of the file.
Because this value is zero-based, it actually refers to the first free byte in the file. In other words, EndOfFile is the offset to
the byte that immediately follows the last valid byte in the file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long EndOfFile { get; set; }
Public Property EndOfFile As Long
Get
Set
public:
property long long EndOfFile {
long long get ();
void set (long long value);
}
member EndOfFile : int64 with get, set
Property Value
Type:
Int64See Also