Re: Where is default "WAVEDATA" directory?
2017/07/08 17:25:00
(permalink)
The default location is "C:\Cakewalk Projects\Audio Data"
As indicated above it is set in Preferences > File > Audio Data.
Because of the special handling of "C:\Cakewalk Projects" in Cakewalk DAWs I do not change the defaults for "Audio Data" or the "Project Folder" in Preferences > File > Folder Locations. Instead I create a directory junction to my preferred location. I created "D:\Cakewalk Projects" and issued this command while running cmd.exe as administrator:
mklink /j "C:\Cakewalk Projects" "D:\Cakewalk Projects"
While this is still possible in the latest Win10 releases to run cmd.exe, an alternate way to create the junction is run powershell as administrator:
New-Item -ItemType Junction -Path "C:\Cakewalk Projects" -Value "D:\Cakewalk Projects"
Note: with either command "C:\Cakewalk Projects" must NOT exist and "D:\Cakewalk Projects" must exist BEFORE creating the junction. Also make sure to create "D:\Cakewalk Projects\Audio Data" so the defaults in SONAR are satisfied.