Class GetFileInfo
Implementation of the GetFileInfo command
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class GetFileInfo : GetFileInfo
Methods
Execute()
Retrieves file information from the given filename
Declaration
public override Task<GCodeFileInfo> Execute()
Returns
Type | Description |
---|---|
Task<GCodeFileInfo> | File info |