#include <xfl.h>
Definition at line 73 of file xfl.h.
bool TDir::DelDir |
( |
const TStr & |
FPathFNm | ) |
|
|
static |
Definition at line 262 of file xfl.cpp.
263 return RemoveDirectory(FPathFNm.
CStr())!=0;
bool TDir::Exists |
( |
const TStr & |
FPathFNm | ) |
|
|
static |
Definition at line 249 of file xfl.cpp.
250 #if defined(GLib_UNIX)
252 const int ErrCd = stat(FPathFNm.
CStr(), &Stat);
253 if (ErrCd == 0 && S_ISDIR(Stat.st_mode)) {
return true; }
bool TDir::GenDir |
( |
const TStr & |
FPathFNm | ) |
|
|
static |
Definition at line 258 of file xfl.cpp.
259 return CreateDirectory(FPathFNm.
CStr(), NULL)!=0;
Definition at line 233 of file xfl.cpp.
234 const int MxBfL=1000;
236 int BfL=GetCurrentDirectory(MxBfL, Bf);
237 IAssert((BfL!=0)&&(BfL<MxBfL));
static TStr GetNrFPath(const TStr &FPath)
Definition at line 241 of file xfl.cpp.
242 const int MxBfL=1000;
244 int BfL=GetModuleFileName(NULL, Bf, MxBfL);
245 IAssert((BfL!=0)&&(BfL<MxBfL));
static TStr GetNrFPath(const TStr &FPath)
The documentation for this class was generated from the following files: