C# Class Batman.Core.FileSystem.Local.NetworkFileSystem

Network file system
Inheritance: Batman.Core.FileSystem.Local.BaseClasses.LocalFileSystemBase
Datei anzeigen Open project: JaCraig/Batman

Protected Methods

Method Description
AbsolutePath ( string Path ) : string

Gets the absolute path of the variable passed in

Method Details

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