Open spaulaus opened 6 years ago
fdir should complain if the directory doesn't exist or can't be written to.
It just proceeds without checking.
Users could define a file that they can't write to. This will cause undefined behavior. First reported here
Could use the functions in HelperFunctions::FileManagement.
HelperFunctions::FileManagement
Expected Behavior
fdir should complain if the directory doesn't exist or can't be written to.
Current Behavior
It just proceeds without checking.
Context
Users could define a file that they can't write to. This will cause undefined behavior. First reported here
Possible Solution (optional)
Could use the functions in
HelperFunctions::FileManagement
.Acceptance Criteria