SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <fl.h>
Static Public Member Functions | |
static bool | Exists (const TStr &FNm) |
static void | Copy (const TStr &SrcFNm, const TStr &DstFNm, const bool &ThrowExceptP=true, const bool &FailIfExistsP=false) |
static void | Del (const TStr &FNm, const bool &ThrowExceptP=true) |
static void | DelWc (const TStr &WcStr, const bool &RecurseDirP=false) |
static void | Rename (const TStr &SrcFNm, const TStr &DstFNm) |
static TStr | GetUniqueFNm (const TStr &FNm) |
static uint64 | GetSize (const TStr &FNm) |
static uint64 | GetCreateTm (const TStr &FNm) |
static uint64 | GetLastAccessTm (const TStr &FNm) |
static uint64 | GetLastWriteTm (const TStr &FNm) |
Static Public Attributes | |
static const TStr | TxtFExt =".Txt" |
static const TStr | HtmlFExt =".Html" |
static const TStr | HtmFExt =".Htm" |
static const TStr | GifFExt =".Gif" |
static const TStr | JarFExt =".Jar" |
|
static |
|
static |
Definition at line 1254 of file fl.cpp.
References TStr::CStr(), and EAssertR.
Referenced by DelWc().
|
static |
Definition at line 1264 of file fl.cpp.
References TVec< TVal, TSizeTy >::Add(), Del(), TVec< TVal, TSizeTy >::Len(), and TFFile::Next().
Referenced by TMBlobBs::TMBlobBs().
|
static |
Definition at line 1156 of file fl.cpp.
References TStr::Empty().
Referenced by TGBlobBs::Exists(), TMBlobBs::Exists(), GetUniqueFNm(), TUniChDb::Test(), TMBlobBs::TMBlobBs(), and TZipIn::TZipIn().
Definition at line 1281 of file fl.cpp.
References TStr::ChangeStr(), Exists(), TStr::Fmt(), forever, TStr::InsStr(), TStr::Len(), and TStr::SearchCh().
Referenced by TForestFire::PlotFire().
Definition at line 1275 of file fl.cpp.
References TStr::CStr(), and EAssertR.
|
static |
Definition at line 645 of file fl.h.
Referenced by THttp::IsGifFExt().
|
static |
Definition at line 644 of file fl.h.
Referenced by THttp::IsHtmlFExt().
|
static |
Definition at line 643 of file fl.h.
Referenced by THttp::IsHtmlFExt().