FileInfo 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.
public ref class FileInfo sealed : Microsoft::IO::FileSystemInfo
public sealed class FileInfo : Microsoft.IO.FileSystemInfo
type FileInfo = class
inherit FileSystemInfo
Public NotInheritable Class FileInfo
Inherits FileSystemInfo
- Inheritance
Constructors
FileInfo(String) |
Fields
FullPath | (Inherited from FileSystemInfo) |
OriginalPath | (Inherited from FileSystemInfo) |
Properties
Attributes | (Inherited from FileSystemInfo) |
CreationTime | (Inherited from FileSystemInfo) |
CreationTimeUtc | (Inherited from FileSystemInfo) |
Directory | |
DirectoryName | |
Exists | (Inherited from FileSystemInfo) |
Extension | (Inherited from FileSystemInfo) |
FullName | (Inherited from FileSystemInfo) |
IsReadOnly | |
LastAccessTime | (Inherited from FileSystemInfo) |
LastAccessTimeUtc | (Inherited from FileSystemInfo) |
LastWriteTime | (Inherited from FileSystemInfo) |
LastWriteTimeUtc | (Inherited from FileSystemInfo) |
Length | |
LinkTarget | (Inherited from FileSystemInfo) |
Name | (Inherited from FileSystemInfo) |
Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.