Method GetOutputFilePath
GetOutputFilePath(string, string)
Return a complete output file path for Pixyz Pipeline, this function is useful for online usage when you know where is the output directory
Declaration
public string GetOutputFilePath(string fileName, string data = "none")
Parameters
Type | Name | Description |
---|---|---|
string | fileName | The desired file name (suffix of the path) |
string | data | Optional data associated with file |
Returns
Type | Description |
---|---|
string |