Alexandria.Engines.Sciagi.ResourceMap.GetPagePath C# (CSharp) 메소드

GetPagePath() 공개 메소드

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