Skip to content

Commit 91e342b

Browse files
committed
add official TODO comment: still need to check for NULLs, writable directories, and recursive directory creation (which should be handled by pcjHelper)
1 parent 4f8a80c commit 91e342b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Classes/CollectionInterfaceClass.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ class CollectionInterface {
5050
bool _is_dir_writable(const std::wstring& path);
5151
BOOL _RecursiveCreateDirectory(std::wstring wsPath);
5252
bool _areListsPopulated;
53+
54+
// TODO: see if trailing nulls, is-writable, and recursive-create can be replaced by pcjHelper instances
5355
};

0 commit comments

Comments
 (0)