Class ResolvePath
Resolve a RepRapFirmware-style path to an actual file path
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.CommandExecution|SbcPermissions.FileSystemAccess)]
public class ResolvePath : Command<string>
Properties
Path
Path that is RepRapFirmware-compatible
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |