-
Script to replace fileGetDialog()?
I have a script which uses a line like:
var nameFile = fileGetDialog("Select a text file to open.", "TEXT txt");However, the file I’m grabbing is always in the same location… I’ve used code like:
var nameFile = "/v/file.txt"
or var nameFile = "v:/file.txt"Nothing seems to work – I’m surely getting the syntax wrong. Can anyone point me in the right direction? Thanks.