Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
The ZipArchive Library
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, bool checkLength=true)CZipPathComponentstatic
AppendSeparator(CZipString &szPath)CZipPathComponentinlinestatic
Combine(CZipString &szPath, LPCTSTR lpszName)CZipPathComponentinlinestatic
CZipPathComponent() (defined in CZipPathComponent)CZipPathComponentinline
CZipPathComponent(LPCTSTR lpszFullPath)CZipPathComponentinline
GetFileDrive() constCZipPathComponentinline
GetFileExt() constCZipPathComponentinline
GetFileName() constCZipPathComponentinline
GetFilePath() constCZipPathComponentinline
GetFileTitle() constCZipPathComponentinline
GetFullPath() constCZipPathComponentinline
GetNoDrive() constCZipPathComponent
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
PathPrefixCZipPathComponentstatic
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