FileInfo Struct
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 value class FileInfo
[System.Serializable]
public struct FileInfo
[<System.Serializable>]
type FileInfo = struct
Public Structure FileInfo
- Inheritance
-
FileInfo
- Attributes
Fields
| CurrentDir |
Folder under the requested known folder. |
| DateCreated | |
| FileSize |
In bytes. |
| Id | |
| Name | |
| SubPath |
Present if this item is a folder, this is the name of the folder. |
| Type |
Folder==16 File==32 |