Corresponds to a file or executable tool
public class FilePath : IEquatable<FilePath>, IStructuralEquatable
name | description |
---|---|
static get_NoFile() | |
static NewFilePath(…) | |
static NewFInfo(…) | |
static NewTool(…) | |
AsString() | Returns the string to be used in the effective command line |
class FilePath | A file path, expanded to an absolute path is supplied as a relative one |
class FInfo | A strongly typed file |
static class Tags | |
class Tool | A named dotnet tool, carried unaltered |