hrszpuk / rectx

The powerful little project manager for the ReCT programming language!
GNU General Public License v3.0
6 stars 1 forks source link

template/ and license/ validation #44

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

Is your feature request related to a problem? Please describe. Currently validate templates/ and licenses/ by checking if the directory exists. However, there is a chance the directory exists but the files inside do not. This needs to be checked.

Describe the solution you'd like Within ValidaetConfig() check if there are files within each directory. Within GenerateTemplates and GenerateLicenses validate the files exist after calls to utilities.DownloadFile have finished.