Table of Contents

Struct CodeFilePath

Namespace
DuetControlServer.Files
Assembly
DuetControlServer.dll

Representation of a code file path

public readonly struct CodeFilePath
Inherited Members

Constructors

CodeFilePath(string, string)

Representation of a code file path

public CodeFilePath(string virtualFile, string physicalFile)

Parameters

virtualFile string

Virtual file path in RRF format

physicalFile string

Physical file path in OS format

Properties

Physical

Physical path of the macro file

public string Physical { get; }

Property Value

string

Virtual

Filename of the macro file

public string Virtual { get; }

Property Value

string