-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
if the last file (i.e. fileName+"."+str(i+1)) already exists, os.rename will not overwrite it (at least not on windows machines)
| os.rename(self.fileName+"."+str(i),self.fileName+"."+str(i+1)) |
therefore it is advisable to delete the last file before rotation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels