IFileSystem.GetRelativePath method

namespace: Serenity   assemblySerenity.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