Show / Hide Table of Contents

Class EFileInfo

See ScriptEditor.GetFileInfo.

public record EFileInfo : IEquatable<EFileInfo>

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
EFileInfo

Constructors

Name Description
EFileInfo(string, string, string, EFileKind, uint, string, string)

Properties

Name Description
filePath

Full path.

id
kind
name

File name, like "File.cs".

path

Path in workspace, like @"\Folder\File.cs".

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.