IFileSystem.GetRelativePath method
namespace: Serenity assembly: Serenity.Net.Core
Returns the absolute path for the specified path string.
public string GetRelativePath(string relativeTo, string path)
| parameter | description |
|---|---|
| relativeTo | The source path the result should be relative to. |
| path | File path |
Return Value
Absolute path
See Also
- interface IFileSystem