Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
createUniqueFile generates a filename for a new file using the 'dir' and 'prefix' parameters passed to it. If the generated filename is not unique on the first attempt, subsequent generated filenames omit both 'dir' and 'prefix'. It seems like it should only be replacing the time component of the name, keeping the rest unchanged.