Class EFileInfo
public record EFileInfo : IEquatable<EFileInfo>
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
EFileInfo(string, string, string, EFileKind, uint, string, string) |
Properties
Name | Description |
---|---|
filePath | Full path. |
id | |
kind | |
name | File name, like |
path | Path in workspace, like |
text | File text; null if needText false or if failed to get text. If the file is open in editor, it's the editor text, else it's the saved text. |
workspace | Path of the workspace folder. |