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
virtualFilestringVirtual file path in RRF format
physicalFilestringPhysical file path in OS format
Properties
Physical
Physical path of the macro file
public string Physical { get; }
Property Value
Virtual
Filename of the macro file
public string Virtual { get; }