TNB Library
|
継承メンバを含む CFileName の全メンバ一覧です。
CFileName(void) | CFileName | |
CFileName(LPCTSTR lpszName) | CFileName | |
CFileName(LPCTSTR lpszName, bool dummy) | CFileName | |
CopyEx(LPCTSTR lpszNew, bool boIsAllowUndo=false) | CFileName | |
CopyTo(LPCTSTR lpszNew, bool boIsAllowUndo=false, bool boIsSilent=true) | CFileName | |
GetAttributeData(LPWIN32_FILE_ATTRIBUTE_DATA P) const | CFileName | |
GetBytesOfCluster(void) const | CFileName | |
GetCreationTime(void) const | CFileName | |
GetExtName(void) const | CFileName | |
GetFileName(void) const | CFileName | |
GetFiles(LPCTSTR lpszOpt=_T("\\*.*")) | CFileName | |
GetFileTitle(void) const | CFileName | |
GetFindData(LPWIN32_FIND_DATA P) const | CFileName | |
GetFullName(void) const | CFileName | |
GetFullShortName(void) const | CFileName | |
GetLastAccessTime(void) const | CFileName | |
GetLastWriteTime(void) const | CFileName | |
GetPathName(void) const | CFileName | |
GetShortName(void) const | CFileName | |
GetSize(void) const | CFileName | |
GetSizeOnDisk(void) const | CFileName | |
InsertAtEndOfName(LPCTSTR lpsz, LPCTSTR lpszExt=NULL) const | CFileName | |
IsArchived(void) const | CFileName | |
IsCompressed(void) const | CFileName | |
IsDirectory(void) const | CFileName | |
IsExist(void) const | CFileName | |
IsExist(LPCTSTR lpszPath) | CFileName | static |
IsHidden(void) const | CFileName | |
IsNormal(void) const | CFileName | |
IsReadOnly(void) const | CFileName | |
IsSameFile(LPCTSTR lpszName) const | CFileName | |
IsShortcut(void) const | CFileName | |
IsSystem(void) const | CFileName | |
IsTemporary(void) const | CFileName | |
MakeDirectory(void) | CFileName | |
MakeShortcut(LPCTSTR lpszLinkName, LPCTSTR lpszDescription, LPCTSTR lpszParameter=NULL) const | CFileName | |
MoveTo(LPCTSTR lpszNew, bool boIsAllowUndo=false, bool boIsSilent=true) | CFileName | |
operator LPCTSTR(void) const | CFileName | |
operator=(LPCTSTR lpszName) | CFileName | |
Remove(bool boIsAllowUndo=false, bool boIsSilent=true) | CFileName | |
Rename(LPCTSTR lpszNew, bool boIsAllowUndo=false, bool boIsSilent=true) | CFileName | |
ResolveShortcut(CStr &_description, HWND hWnd=NULL) | CFileName | |
ResolveShortcut(void) | CFileName | |
Set(LPCTSTR lpszName, const WIN32_FILE_ATTRIBUTE_DATA &tFileAttr) | CFileName | |
Set(LPCTSTR lpszPath, const WIN32_FIND_DATA &t) | CFileName | |
SetHidden(void) | CFileName | |
SetNormal(void) | CFileName | |
SetReadOnly(void) | CFileName | |
SetTime(const CFileTimeEx &timeCreation, const CFileTimeEx &timeLastAccess, const CFileTimeEx &timeLastWrite) | CFileName |