Table of Contents

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

filePathResolver FilePathResolver

File path resolver

Methods

ExecuteAsync(CancellationToken)

Resolve the given RepRapFirmware-style filename to an absolute path

public override Task<string> ExecuteAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Optional cancellation token

Returns

Task<string>

Absolute file path