Alexandria.Engines.Sciagi.ResourceMap.GetPagePath C# (CSharp) Méthode

GetPagePath() public méthode

Get the path to a page.
public GetPagePath ( int index ) : string
index int
Résultat string
        public string GetPagePath(int index)
        {
            return System.IO.Path.GetDirectoryName(Path) + System.IO.Path.DirectorySeparatorChar + GetPageName(index);
        }