Describe the bug
Currently, the project name isn't fully filtered and a user can use illegal character like '/' or '' which can lead to unexpected behavior down the line.
To Reproduce
Steps to reproduce the behavior:
- Go to "File > New Project"
- Enter a name such as
test\test
- Click on "Create New project"
- The name of the project is now "test\test" but OS created 2 directories "test"
Expected behavior
User shouldn't be able to use illegal character to name their project or they should be filtered out before creating the files.
Desktop (please complete the following information):
Describe the bug
Currently, the project name isn't fully filtered and a user can use illegal character like '/' or '' which can lead to unexpected behavior down the line.
To Reproduce
Steps to reproduce the behavior:
test\testExpected behavior
User shouldn't be able to use illegal character to name their project or they should be filtered out before creating the files.
Desktop (please complete the following information):