Issue
I have a Netbeans project I've been working on for several years. When travel Export it to Zip file from Netbeans, copy the zip to a thumb drive or Dropbox, and import it to Netbeans on my laptop.
I'm now thinking about just MOVING the entire C:\Users\jag_m\Documents\NetBeansProjects folder to OneDrive (or Dropbox). Is that going to work, or will it cause me a lot of grief?
Solution
I'd suggest setting up a private git repository at Github. Git is designed for exactly what you need plus SO much more. Not only will you have access to your code on "whatever machine", it offers rollbacks, merging, branching, and remote repositories etc etc.
If I recall, you can now make private repositories for free.
I'd highly suggest using Github Desktop, it makes learning and understanding git simple.
Answered By - mxmissile
Answer Checked By - Gilberto Lyons (JavaFixing Admin)