90 #ifndef __WTX_CLIENTFOLDER_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 91 #define __WTX_CLIENTFOLDER_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 238 const std::string &
key,
239 const std::string &
name 244 const std::string & uid,
245 const std::string & key,
246 const std::string & name
424 const std::string &
uid()
const;
432 const std::string &
key()
const;
440 const std::string &
name()
const;
452 std::string
fileParent(
const std::string & subFolder =
"" )
const;
461 std::string
filePath(
const std::string & subFolder =
"" )
const;
471 std::string
fileFolder(
const std::string & subFolder =
"" )
const;
490 std::string
fileId()
const;
532 std::string
fileRoot(
const std::string & subFolder =
"" )
const;
541 static std::string
folder(
const std::string & base,
const std::string & sub );
545 static std::string s_rootPath;
546 static std::string s_idPrefix;
547 static int s_idLength;
548 static char s_idPadding;
549 static std::string s_idSuffix;
560 #endif // #ifndef __WTX_CLIENTFOLDER_H___ bool isValid() const
Is Valid.
std::string fileRoot(const std::string &subFolder="") const
File Root.
static char idPadding()
ID Padding.
std::string filePath(const std::string &subFolder="") const
File Path.
std::string fileFolder(const std::string &subFolder="") const
File Folder.
std::string fileAbsolutePath(const std::string &subFolder="") const
File Absolute Path.
std::string fileChar() const
File Character.
std::string fileId() const
Field ID.
static int idLength()
ID Length.
static std::string & rootPath()
Root Path.
const std::string & key() const
Key Value.
std::string fileName() const
File Name.
const std::string & name() const
Name Value.
std::string fileCode() const
File Code.
static std::string & idPrefix()
ID Prefix.
const std::string & uid() const
Unique ID.
static std::string & idSuffix()
ID Suffix.
static std::string folder(const std::string &base, const std::string &sub)
Folder.
std::string fileParent(const std::string &subFolder="") const
File Parent.
static void setup(const std::string &rootPath, const std::string &idPrefix, int idLength, char idPadding, const std::string &idSuffix)
Setup Global Static.
std::string fileKey() const
File Key.