Hello. I am trying to achieve something and I don’t know how.
In the past I created an app in Visual Basic for my company and we used it until recently. Among others, this app was responsible for managing our projects. Whenever I recorded a new project, this app would automatically create a folder in a specified location. Also, this folder had lot of stuff inside that was the same for every project.
Now, I created this web app with Javascript, PHP, HTML with users and so on that works just great. But now I can’t use this feature so I have to create my folder manually. Also, there is no way that I can download an entire folder without zipping it.
I was wondering if you could give me some ideas about how could I automate this task?
The idea is that every project has a specific location: year, client, etc… And every project has a folder structure that is the same every time. I would like to avoid doing this manually.
Any ideas?
Thank you.