Interface IFileService
Defines a service for file system operations.
Assembly: Coree.NETStandard.dll
Syntax
public interface IFileService
Methods
|
Edit this page
View Source
GetCorrectCasedPath(string?)
Declaration
string? GetCorrectCasedPath(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
GetCorrectCasedPathAsync(string?, CancellationToken)
Declaration
Task<string?> GetCorrectCasedPathAsync(string? path, CancellationToken cancellationToken)
Parameters
Returns
|
Edit this page
View Source
IsCommandAvailable(string?)
Declaration
string? IsCommandAvailable(string? command)
Parameters
Type |
Name |
Description |
string |
command |
|
Returns
|
Edit this page
View Source
IsCommandAvailableAsync(string?, CancellationToken)
Declaration
Task<string?> IsCommandAvailableAsync(string? command, CancellationToken cancellationToken)
Parameters
Returns