mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -24,7 +24,14 @@ bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName);
|
||||
|
||||
bool RemoveDir(CFSTR path);
|
||||
bool CreateDir(CFSTR path);
|
||||
|
||||
/* CreateComplexDir returns true, if directory can contain files after the call (two cases):
|
||||
1) the directory already exists (network shares and drive paths are supported)
|
||||
2) the directory was created
|
||||
path can be WITH or WITHOUT trailing path separator. */
|
||||
|
||||
bool CreateComplexDir(CFSTR path);
|
||||
|
||||
bool DeleteFileAlways(CFSTR name);
|
||||
bool RemoveDirWithSubItems(const FString &path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user