IntegralEnvision / integral

Package for Integral functions
https://integralenvision.github.io/integral/
Other
0 stars 0 forks source link

Improve ic_new_r_proj() handling of paths #62

Open jzadra opened 1 year ago

jzadra commented 1 year ago

Currently if a dir is specified that does not exist in the GUI dialogue box, it produces an error. Should instead just create the dir (or at least ask). Specifying a non-existing dir by passing the path to the prompt DOES create that dir.

Currently if a dir is specified that does exist, it assumes that that is the path for the proj, rather than a subdir of that path (perhaps named based on the project name?). This should at least be made clear, or potentially check to see if the dir is empty, and if not, ask about creating a subdir.