How do I change where application files are located?Answered

I currently have all my files located on my C drive but want to move them all to an external drive. The files are eating up a ton of my drive. Anyway, I see inside WyBuild that it give a "relative" path to the files when I look at the "Files & Folders" tab but I don't see anywhere that I can change the drive letter where it resides. I did find where I can change the "Updates" location but not where my app files reside. TIA!

Answer

They're relative to the project file. Typically the project file is in the parent directory and the app files are in subdirectories. wyBuild uses relative paths automatically.

If the project file and app files are too far apart, wyBuild uses absolute paths.

Very cool! Thanks for the quick response.