FileInfo Class
Namespace: System.IO · Assembly: GHIElectronics.TinyCLR.IO
No description available.
public sealed class FileInfo : FileSystemInfo
Constructors
FileInfo(string fileName)
public FileInfo(string fileName)
No description available.
| Parameter | Type | Description |
|---|---|---|
fileName | string |
Properties
Name
public override string Name { get; }
The native API name. (inherited)
Length
public long Length { get; }
Gets length of bytes in the stream. (inherited)
DirectoryName
public string DirectoryName { get; }
No description available.
Directory
public DirectoryInfo Directory { get; }
No description available.
Exists
public override bool Exists { get; }
No description available.
Methods
Create()
public FileStream Create()
No description available.
Returns FileStream
Delete()
public override void Delete()
No description available.
ToString()
public override string ToString()
String representation (inherited)
Returns string