Can anyone tell me why the code below is not working, when I put all my code into one directory everything works, but when I put the code into a \\code subfolder and add the line below the code is not found?
Say you've the following paths and files : c:\main\main.wdl // the working directory c:\main\level1\level1.wdl c:\main\level1\sublevel1\sublevel.wdl c:\My Documents\images\text1.tga
Then in SED, you've to write the path like this : path "level1"; path "level1\\sublevel1"; path "c:\\My Documents\\images";