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