<div dir="ltr">Hi<div><br></div><div>I am currently running ncl 6.2.1 in cygwin and I am having an issue writing to a folder on a mapped directory to my windows system.</div><div><br></div><div>I can write a file to one directory (NOTE THIS CODE WORKS)</div><div><br></div><div>filename = &quot;/cygdrive/u/Meteorology/image&quot; </div><div>wks = gsn_open_wks(&quot;png&quot;,filename)</div><div><br></div><div>but not to this one</div><div><br></div><div>filename = &quot;/cygdrive/u/Trading - Power/image&quot;</div><div><br></div><div>I have tried a few things including writing the image to a different directory then using a shell script to move it, but I am trying to set something up that needs to be done fast so the move takes too long. </div><div><br></div><div>Does anyone have an idea of how I create a image in a directory that has spaces in the file anme please?</div><div><br></div><div>Thanks for your time</div><div><br></div></div>