Метод | Описание | |
---|---|---|
CreateATemporaryFile ( StringBuilder fileContent, string uniqueOutputPath ) : string | ||
CreateATemporaryFile ( string fileContent, string uniqueOutputPath ) : string | ||
CreateDirectoryFromString ( string filePath ) : void | ||
CreateTextFile ( StringBuilder outputTxt, string outputPath ) : void | ||
CreateTextFile ( string outputTxt, string outputPath ) : void |
Creates the file.
|
|
EnsurePathIsvalid ( string outputPath, string validExtension ) : void |
Ensures the path isvalid.
|
|
GetAppDataPath ( string uri ) : string |
Gets the app data path.
|
|
GetDebugItemTempFilePath ( string uri ) : string | ||
GetFullPath ( string uri ) : string |
Gets the full path based on a uri and the current assembly.
|
|
GetStudioLogTempPath ( ) : string | ||
GetUniqueOutputPath ( string extension ) : string |
Gets the ouput path.
|
|
MigrateTempData ( string rootPath ) : void |
public static CreateATemporaryFile ( StringBuilder fileContent, string uniqueOutputPath ) : string | ||
fileContent | StringBuilder | |
uniqueOutputPath | string | |
Результат | string |
public static CreateATemporaryFile ( string fileContent, string uniqueOutputPath ) : string | ||
fileContent | string | |
uniqueOutputPath | string | |
Результат | string |
public static CreateDirectoryFromString ( string filePath ) : void | ||
filePath | string | |
Результат | void |
public static CreateTextFile ( StringBuilder outputTxt, string outputPath ) : void | ||
outputTxt | StringBuilder | |
outputPath | string | |
Результат | void |
public static CreateTextFile ( string outputTxt, string outputPath ) : void | ||
outputTxt | string | The text to output to the path |
outputPath | string | The output path. |
Результат | void |
public static EnsurePathIsvalid ( string outputPath, string validExtension ) : void | ||
outputPath | string | |
validExtension | string | |
Результат | void |
public static GetAppDataPath ( string uri ) : string | ||
uri | string | The URI. |
Результат | string |
public static GetDebugItemTempFilePath ( string uri ) : string | ||
uri | string | |
Результат | string |
public static GetFullPath ( string uri ) : string | ||
uri | string | The URI. |
Результат | string |
public static GetStudioLogTempPath ( ) : string | ||
Результат | string |
public static GetUniqueOutputPath ( string extension ) : string | ||
extension | string | |
Результат | string |
public static MigrateTempData ( string rootPath ) : void | ||
rootPath | string | |
Результат | void |