Batman.Core.FileSystem.Local.HTTPFileSystem.AbsolutePath C# (CSharp) Method

AbsolutePath() protected method

Gets the absolute path of the variable passed in
protected AbsolutePath ( string Path ) : string
Path string Path to convert to absolute
return string
        protected override string AbsolutePath(string Path)
        {
            return Path;
        }
HTTPFileSystem