Batman.Core.FileSystem.Local.AbsoluteLocalFileSystem.AbsolutePath C# (CSharp) Метод

AbsolutePath() защищенный Метод

Gets the absolute path of the variable passed in
protected AbsolutePath ( string Path ) : string
Path string Path to convert to absolute
Результат string
        protected override string AbsolutePath(string Path)
        {
            return Path;
        }
AbsoluteLocalFileSystem