Subversion Repositories spk

Rev

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

Rev 183 Rev 185
Line 4... Line 4...
4
#include "Utils/StringList.h"
4
#include "Utils/StringList.h"
5
#include "StringList.h"
-
 
6
#include "spkdll.h"
5
#include "spkdll.h"
7
 
6
 
8
class CFileIO;
7
class CFileIO;
9
 
8
 
10
class SPKEXPORT CDirIO
9
class SPKEXPORT CDirIO
11
{
10
{
12
public:
11
public:
13
	static bool Exists(const Utils::String &dir);
12
	static bool Exists(const Utils::String &dir);
14
 
13
 
15
public:
14
public:
16
	CDirIO ();
15
	CDirIO();
17
	CDirIO ( CyString dir );
16
	CDirIO(const Utils::String &dir);
18
	CDirIO ( CFileIO *file );
17
	CDirIO(CFileIO *file);
19
	~CDirIO ();
18
	~CDirIO();
20
 
19
 
21
	void setDir(const Utils::String& dir);
20
	void setDir(const Utils::String& dir);
22
 
21
 
23
	// access functions
22
	// access functions
24
	bool exists() const;
23
	bool exists() const;