Patcher.Data.DataFile.GetRelativePath C# (CSharp) Method

GetRelativePath() public method

public GetRelativePath ( ) : string
return string
        public string GetRelativePath()
        {
            return GetRelativePath(FullPath);
        }

Same methods

DataFile::GetRelativePath ( string path ) : string