Line 63... |
Line 63... |
63 |
DFILES_T getEntry(size_t pos);
|
63 |
DFILES_T getEntry(size_t pos);
|
64 |
std::string stripPath(const std::string& p, size_t idx);
|
64 |
std::string stripPath(const std::string& p, size_t idx);
|
65 |
std::string stripPath(const std::string& p, const std::string& s);
|
65 |
std::string stripPath(const std::string& p, const std::string& s);
|
66 |
bool createAllPath(std::string& path, bool cut=false);
|
66 |
bool createAllPath(std::string& path, bool cut=false);
|
67 |
bool drop(const std::string& path);
|
67 |
bool drop(const std::string& path);
|
- |
|
68 |
bool dropDir(const std::string& path);
|
- |
|
69 |
bool dropFile(const std::string& fname);
|
68 |
std::string getEntryWithEnd(const std::string& end);
|
70 |
std::string getEntryWithEnd(const std::string& end);
|
69 |
std::string getEntryWithPart(const std::string& part, bool precice=true);
|
71 |
std::string getEntryWithPart(const std::string& part, bool precice=true);
|
70 |
bool testDirectory(unsigned short att) { return (att & ATTR_DIRECTORY); }
|
72 |
bool testDirectory(unsigned short att) { return (att & ATTR_DIRECTORY); }
|
71 |
bool testText(unsigned short att) { return (att & ATTR_TEXT); }
|
73 |
bool testText(unsigned short att) { return (att & ATTR_TEXT); }
|
72 |
bool testGraphic(unsigned short att) { return (att & ATTR_GRAPHIC); }
|
74 |
bool testGraphic(unsigned short att) { return (att & ATTR_GRAPHIC); }
|