Patcher.Data.DataFile.GetRelativePath C# (CSharp) Méthode

GetRelativePath() public méthode

public GetRelativePath ( ) : string
Résultat string
        public string GetRelativePath()
        {
            return GetRelativePath(FullPath);
        }

Same methods

DataFile::GetRelativePath ( string path ) : string