Class FileInfo
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Provides information about a file at a given path.
public class FileInfo
- Inheritance
-
FileInfo
- Inherited Members
Constructors
FileInfo()
Creates a new FileInfo that provides information about a file at a given path.
public FileInfo()
FileInfo(FileInfo)
public FileInfo(FileInfo fileInfo)
Parameters
Properties
FullName
Full path of the file.
public string FullName { get; init; }
Property Value
Length
Size of the file in bytes.
public long Length { get; init; }