Subversion Repositories spk

Rev

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

Rev 111 Rev 112
Line 93... Line 93...
93
 
93
 
94
	Utils::String baseName() const;
94
	Utils::String baseName() const;
95
	const Utils::String &fullFilename() const { return m_sFilename; }
95
	const Utils::String &fullFilename() const { return m_sFilename; }
96
	const Utils::String &filename() const { return m_sFile; }
96
	const Utils::String &filename() const { return m_sFile; }
97
	const Utils::String &dir() const { return m_sDirIO.dir(); }
97
	const Utils::String &dir() const { return m_sDirIO.dir(); }
98
	//CyString GetFilename () { return m_sFile; }
98
	CyString GetFilename () { return m_sFile; }
99
	CDirIO &GetDirIO() { return m_sDirIO; }
99
	CDirIO &GetDirIO() { return m_sDirIO; }
100
 
100
 
101
	bool NoFile () { return m_sFilename.empty(); }
101
	bool NoFile () { return m_sFilename.empty(); }
102
	size_t GetFilesize () { return m_lSize; }
102
	size_t GetFilesize () { return m_lSize; }
103
 
103