Class ResolvePath
- Namespace
- DuetControlServer.Commands
- Assembly
- DuetControlServer.dll
Implementation of the ResolvePath command
public sealed class ResolvePath : ResolvePath
- Inheritance
-
ResolvePath
- Inherited Members
Constructors
ResolvePath(FilePathResolver)
Implementation of the ResolvePath command
public ResolvePath(FilePathResolver filePathResolver)
Parameters
filePathResolverFilePathResolverFile path resolver
Methods
ExecuteAsync(CancellationToken)
Resolve the given RepRapFirmware-style filename to an absolute path
public override Task<string> ExecuteAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenOptional cancellation token