Subversion Repositories spk

Rev

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

Rev 112 Rev 118
Line 86... Line 86...
86
	bool remove();
86
	bool remove();
87
	bool Rename(CyString toFile);
87
	bool Rename(CyString toFile);
88
	bool copy(const Utils::String &toFile, bool keepTime = false);
88
	bool copy(const Utils::String &toFile, bool keepTime = false);
89
 
89
 
90
	bool isOpened() const;
90
	bool isOpened() const;
91
	bool Open ( CyString filename, bool = true );
91
	//bool Open ( CyString filename, bool = true );
92
	bool open(const Utils::String &sFilename, bool bBinary = true);
92
	bool open(const Utils::String &sFilename, bool bBinary = true);
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; }
Line 120... Line 120...
120
	Utils::String extension();
120
	Utils::String extension();
121
	CyString GetFileExtension ();
121
	CyString GetFileExtension ();
122
	CyString ChangeFileExtension ( CyString ext );
122
	CyString ChangeFileExtension ( CyString ext );
123
	CyString GetWindowsFilename();
123
	CyString GetWindowsFilename();
124
 
124
 
-
 
125
	void setDir(const Utils::String &dir);
125
	void SetDir ( CyString dir );
126
	void SetDir ( CyString dir );
126
	void setAutoDelete(bool bDelete);
127
	void setAutoDelete(bool bDelete);
127
 
128
 
128
private:
129
private:
129
	int _in() const;
130
	int _in() const;