Subversion Repositories spk

Rev

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

Rev 85 Rev 102
Line 90... Line 90...
90
 
90
 
91
	Utils::String baseName() const;
91
	Utils::String baseName() const;
92
	const Utils::String &fullFilename() const { return m_sFilename; }
92
	const Utils::String &fullFilename() const { return m_sFilename; }
93
	const Utils::String &filename() const { return m_sFile; }
93
	const Utils::String &filename() const { return m_sFile; }
94
	const Utils::String &dir() const { return m_sDirIO.dir(); }
94
	const Utils::String &dir() const { return m_sDirIO.dir(); }
95
	CyString GetFullFilename () { return m_sFilename; }
-
 
96
	CyString GetFilename () { return m_sFile; }
95
	CyString GetFilename () { return m_sFile; }
97
	CyString GetDir() { return m_sDirIO.Dir(); }
96
	//CyString GetDir() { return m_sDirIO.Dir(); }
98
	CDirIO &GetDirIO() { return m_sDirIO; }
97
	CDirIO &GetDirIO() { return m_sDirIO; }
99
 
98
 
100
	bool NoFile () { return m_sFilename.empty(); }
99
	bool NoFile () { return m_sFilename.empty(); }
101
	size_t GetFilesize () { return m_lSize; }
100
	size_t GetFilesize () { return m_lSize; }
102
 
101