Photoshop Script Open File Dialog

[Solved] Photoshop Script Open File Dialog | Vb - Code Explorer | yomemimo.com
Question : photoshop script open file dialog

Answered by : sithembiso

var File = File.openDialog('Select File', function (f) { return (f instanceof Folder) || f.name.match(/\.csv$/i);} );

Source : | Last Update : Wed, 18 Nov 20

Answers related to photoshop script open file dialog

Code Explorer Popular Question For Vb