mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 00:07:35 +01:00
* #4202 Checked if the path exists, create one if not * Addressed comments * fix(Poco::File): resolve compile errors related to createfile. --------- Co-authored-by: capak07 <69026837+capak07@users.noreply.github.com>
This commit is contained in:
@@ -62,7 +62,7 @@ protected:
|
||||
void renameToImpl(const std::string& path, int options = 0);
|
||||
void linkToImpl(const std::string& path, int type) const;
|
||||
void removeImpl();
|
||||
bool createFileImpl();
|
||||
bool createFileImpl(bool createDirectories = false);
|
||||
bool createDirectoryImpl();
|
||||
FileSizeImpl totalSpaceImpl() const;
|
||||
FileSizeImpl usableSpaceImpl() const;
|
||||
|
||||
Reference in New Issue
Block a user