Creates a new project and all related files and folders on
disk.
This method does not overwrite existing projects and won't change
the current scene's project or default project. It is typically
used in batch mode to create standard project folders for animators
and render farms.
The XSIApplication.Platform method
can be used to write platform-independent scripts. Operating system
commands can be called in such script using the System command.
Note: This method could return an invalid object in python, use
XSIApplication.CreateProject2
instead.