AlbedoDatabaseGenerator.Database.Entry.F C# (CSharp) Method

F() private method

private F ( string _FullPath ) : string
_FullPath string
return string
            private string F( string _FullPath )
            {
                string	RelativeFileName = m_Owner.GetRelativePath( _FullPath );
                RelativeFileName = RelativeFileName.Replace( '\\', '/' );
                return RelativeFileName;
            }