Subversion Repositories spk

Rev

Rev 45 | Rev 51 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 50
Line 109... Line 109...
109
	{
109
	{
110
		CyString dir = m_sDir.FindReplace ( "\\", "/" );
110
		CyString dir = m_sDir.FindReplace ( "\\", "/" );
111
		if ( file )
111
		if ( file )
112
		{
112
		{
113
			dir = dir.FindReplace ( "$scriptname", file->GetNameValidFile() );
113
			dir = dir.FindReplace ( "$scriptname", file->GetNameValidFile() );
114
			dir = dir.FindReplace ( "$scriptauthor", file->GetAuthor() );
114
			dir = dir.FindReplace ( "$scriptauthor", CyString(file->author()) );
115
		}
115
		}
116
		return dir;
116
		return dir;
117
	}
117
	}
118
 
118
 
119
	switch ( m_iFileType )
119
	switch ( m_iFileType )