Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Working on a data maintainer python script I have noticed that I accidentally have been able to create multiple projects with the same name.
Funny thing is that folders within the same project needs to have unique names.
And then again it seems to be possible to save several files with same name within folder or project.
I would have expected to get thrown an exception at me when I tried to recreate an item that already existed.
Is this behavior as expected? Any way to enable "must be unique" or should I just code my way around it with a check-before-write construct?
/mogul
Solved! Go to Solution.