[BUG] exportFile() changes spaces to hyphens in file name
//how to reproduce:
app.activeDocument.exportFile(new File("~/desktop/test test"), ExportType.GIF);
//types affected - ExportType.PNG24, .PNG8, .JPEG, .GIF
//types exporting with no unwanted hyphen - .TIFF, .SVG
//persists on win and mac
2
votes
Ben Aha
shared this idea