New Project Function
Note
Source : /src/projManagement/newProject.py
- class projManagement.newProject.NewProjectInfo(*args: Any, **kwargs: Any)
This class is called when User create new Project.
- createProject(projName)
This function create Project related directories and files. Before creating also validates using the Validation class
Validation codes
VALID
CHECKEXIST
CHECKNAME
NONE
- @params
- :projName => name of the project created passed from
frontEnd/Application new_project()
- @return
:dirs => The directories inside the project folder :filelist => The files inside the project folder
- @params
- :projName => name of the project created passed from
frontEnd/Application new_project()
- @return
:dirs => The directories inside the project folder :filelist => The files inside the project folder