Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
CZipPathComponent Member List

This is the complete list of members for CZipPathComponent, including all inherited members.

AddPrefix(LPCTSTR path, bool isFolder=true)CZipPathComponentstatic
AddPrefix(CZipString &path, bool isFolder=true)CZipPathComponentstatic
AppendSeparator(CZipString &szPath)CZipPathComponentinlinestatic
Combine(CZipString &szPath, LPCTSTR lpszName)CZipPathComponentinlinestatic
CZipPathComponent() (defined in CZipPathComponent)CZipPathComponentinline
CZipPathComponent(LPCTSTR lpszFullPath)CZipPathComponentinline
GetFileDrive() const CZipPathComponentinline
GetFileExt() const CZipPathComponentinline
GetFileName() const CZipPathComponentinline
GetFilePath() const CZipPathComponentinline
GetFileTitle() const CZipPathComponentinline
GetFullPath() const CZipPathComponentinline
GetNoDrive() const CZipPathComponent
HasEndingSeparator(const CZipString &szPath)CZipPathComponentinlinestatic
IsPrefixed(const CZipString &path)CZipPathComponentstatic
IsSeparator(TCHAR c)CZipPathComponentinlinestatic
m_cSeparatorCZipPathComponentstatic
m_szDirectoryCZipPathComponentprotected
m_szDriveCZipPathComponentprotected
m_szFileExtCZipPathComponentprotected
m_szFileTitleCZipPathComponentprotected
m_szPrefixCZipPathComponentprotected
PathPrefix (defined in CZipPathComponent)CZipPathComponentstatic
PrefixType enum nameCZipPathComponent
ptNone enum valueCZipPathComponent
ptUnc enum valueCZipPathComponent
ptUncWin enum valueCZipPathComponent
ptUnicode enum valueCZipPathComponent
RemoveSeparators(CZipString &szPath)CZipPathComponentinlinestatic
RemoveSeparatorsLeft(CZipString &szPath)CZipPathComponentinlinestatic
SetExtension(LPCTSTR lpszExt)CZipPathComponentinline
SetFileTitle(LPCTSTR lpszFileTitle)CZipPathComponentinline
SetFullPath(LPCTSTR lpszFullPath)CZipPathComponent
~CZipPathComponent() (defined in CZipPathComponent)CZipPathComponentvirtual
Back To Top Up