August 27, 20214 yr In my multi platform solution, I want to save a pdf file to the user Downloads folder in any of both OS, so I've set up this variable: Case ( Get ( SystemPlatform ) = 1; "filemac:"; Get ( SystemPlatform ) = -2; "filewin:"; "" ) & Substitute (Get (DocumentsPath); "Documents"; "Downloads" ) & docs::docName & ".pdf" It works in Mac but in Windows 10, I get an error saying: "docName.pdf" can't be created in this disk. Is this a Windows disk permissions issue? it can be fixed?
Create an account or sign in to comment