Interface IFileAbstractLayer
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public interface IFileAbstractLayer
Properties
|
Improve this Doc
View Source
CanRead
Declaration
Property Value
|
Improve this Doc
View Source
CanWrite
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Copy(String, String)
Declaration
void Copy(string sourceFileName, string destFileName)
Parameters
Type |
Name |
Description |
String |
sourceFileName |
|
String |
destFileName |
|
|
Improve this Doc
View Source
Create(String)
Declaration
Stream Create(string file)
Parameters
Type |
Name |
Description |
String |
file |
|
Returns
|
Improve this Doc
View Source
Exists(String)
Declaration
Parameters
Type |
Name |
Description |
String |
file |
|
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<string> GetAllInputFiles()
Returns
|
Improve this Doc
View Source
GetExpectedPhysicalPath(String)
Declaration
IEnumerable<string> GetExpectedPhysicalPath(string file)
Parameters
Type |
Name |
Description |
String |
file |
|
Returns
|
Improve this Doc
View Source
GetPhysicalPath(String)
Declaration
string GetPhysicalPath(string file)
Parameters
Type |
Name |
Description |
String |
file |
|
Returns
|
Improve this Doc
View Source
GetProperties(String)
Declaration
ImmutableDictionary<string, string> GetProperties(string file)
Parameters
Type |
Name |
Description |
String |
file |
|
Returns
|
Improve this Doc
View Source
OpenRead(String)
Declaration
Stream OpenRead(string file)
Parameters
Type |
Name |
Description |
String |
file |
|
Returns
Extension Methods