I want to move my projects from one drive to another (folder/file structure would remain intact) and wondered whether I could quickly just edit the path property for each one found in the projects.json file (~/Library/Application Support/Wappler/Configuration/projects.json
)
I appreciate any open tabs when reopening the GUI would point to the old location and need closing but are there other places that rely on the location - basically will it work as it would save me a whole load of time re-importing the projects
e.g.
This
{
"projects": {
"CEadmincentrePHP-GIT": {
"path": "file:///Volumes/OLDDRIVE/Wappler%20Projects/Complete-Ed/AdminCentre/Live/CEadmincentre",
"recentFiles": [
"dmxConnect/api/behaviour/data/recent.php",
"index.php"
],
"updated": 1749196145444,
"lastOpened": 1749205689602
}
Changes to:
"projects": {
"CEadmincentrePHP-GIT": {
"path": "file:///Volumes/NEWDRIVE/Wappler%20Projects/Complete-Ed/AdminCentre/Live/CEadmincentre",
"recentFiles": [
"dmxConnect/api/behaviour/data/recent.php",
"index.php"
],
"updated": 1749196145444,
"lastOpened": 1749205689602
}