PhysicalFileInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a file on a physical file system.
public ref class PhysicalFileInfo : Microsoft::Extensions::FileProviders::IFileInfo
public class PhysicalFileInfo : Microsoft.Extensions.FileProviders.IFileInfo
type PhysicalFileInfo = class
interface IFileInfo
Public Class PhysicalFileInfo
Implements IFileInfo
- Inheritance
-
PhysicalFileInfo
- Implements
Constructors
PhysicalFileInfo(FileInfo) |
Initializes an instance of PhysicalFileInfo that wraps an instance of FileInfo. |
Properties
Exists |
Determines if the resource exists in the underlying system. |
IsDirectory |
Gets a value that's always |
LastModified |
Gets the last time the file was modified. |
Length |
The length of the file in bytes, or -1 for a directory or non-existing files. |
Name |
The name of the file or directory, not including any path. |
PhysicalPath |
The path to the file, including the file name. Return |
Methods
CreateReadStream() |
Returns the file contents as a read-only stream. |