IFileInfo.Length Property
The length of the file in bytes, or -1 for a directory info
Namespace: Microsoft.Owin.FileSystems
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
Syntax
long Length { get; }
property long long Length {
long long get();
}
abstract Length : int64 with get
ReadOnly Property Length As Long
Property Value
Type: System.Int64
Returns Int64.
See Also
IFileInfo Interface
Microsoft.Owin.FileSystems Namespace
Return to top