Subversion Repositories spk

Rev

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

Rev 82 Rev 85
Line 89... Line 89...
89
	bool open(const Utils::String &sFilename, bool bBinary = true);
89
	bool open(const Utils::String &sFilename, bool bBinary = true);
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
	CyString GetFullFilename () { return m_sFilename; }
95
	CyString GetFullFilename () { return m_sFilename; }
95
	CyString GetFilename () { return m_sFile; }
96
	CyString GetFilename () { return m_sFile; }
96
	CyString GetDir() { return m_sDirIO.Dir(); }
97
	CyString GetDir() { return m_sDirIO.Dir(); }
97
	CDirIO &GetDirIO() { return m_sDirIO; }
98
	CDirIO &GetDirIO() { return m_sDirIO; }
98
 
99