Copy link to clipboard
Copied
I have MK.txt File in "D" Drive,
Inside Of MK.txt :- D:\BNN
I want to Open the Path in Photoshop :- "D:\BNN"
var testtextfile = new File("D:/MK.txt");
testtextfile.open('r');
var fileContentsString = testtextfile.readln();
alert(fileContentsString);
//I want open the path "fileContentsString" in Photoshop
testtextfile.close(), File(fileContentsString).openDlg()
Copy link to clipboard
Copied
testtextfile.close(), File(fileContentsString).openDlg()
Copy link to clipboard
Copied
Ok @Kukurykus I will try it...
Copy link to clipboard
Copied
Very well @Kukurykus
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Haa haa haa
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more