C# Class OOGL.ResourceLocator

Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
GetFullPath ( string resourcePath ) : string
GetFullPathRelative ( string knownFilePath, string fileName ) : string

Method Details

GetFullPath() public static method

public static GetFullPath ( string resourcePath ) : string
resourcePath string
return string

GetFullPathRelative() public static method

public static GetFullPathRelative ( string knownFilePath, string fileName ) : string
knownFilePath string
fileName string
return string