90 #ifndef __WTX_CLIENTFOLDER_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 91 #define __WTX_CLIENTFOLDER_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 236 const std::string &
key,
237 const std::string &
name 242 const std::string &
uid,
243 const std::string &
key,
244 const std::string &
name 247 ClientFolder(
const ClientFolder & copy );
422 const std::string &
uid()
const;
430 const std::string &
key()
const;
438 const std::string &
name()
const;
450 std::string
fileParent(
const std::string & subFolder =
"" )
const;
459 std::string
filePath(
const std::string & subFolder =
"" )
const;
469 std::string
fileFolder(
const std::string & subFolder =
"" )
const;
488 std::string
fileId()
const;
530 std::string
fileRoot(
const std::string & subFolder =
"" )
const;
539 static std::string
folder(
const std::string & base,
const std::string & sub );
543 static std::string s_rootPath;
544 static std::string s_idPrefix;
545 static int s_idLength;
546 static char s_idPadding;
547 static std::string s_idSuffix;
558 #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.