PathHelper.ToPath method
namespace: Serenity assembly: Serenity.Net.Core
Converts forward slashes to backslashes
public static string ToPath(string fileName)
| parameter | description |
|---|---|
| fileName | Filename. |
Return Value
Converted filename.
See Also
- class PathHelper