Method SanitizePath
SanitizePath(string)
Makes the output file path compliant with any OS (replacing any "" by "/").
Declaration
public static string SanitizePath(string fullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullPath |
Returns
| Type | Description |
|---|---|
| string | The full path with slashes "/" as file separators. |