tinkyxxx
07-28-2005, 12:04 PM
hi!
i've got a problem with the command "fileDialog": i can't get the flag -directoryMask to work the way i want it to: as long i don't open a file the fileDialog window opens up in the various places i ask it to, but as soon as i open a file then the filedialog window opens up in the last place from where i opene up the file and NOT from the place i declared in the -directory mask flag...
here's an example of code:
string $getPath = `fileDialog -directoryMask "C:/Temp/*.mb"`;
file -open $getPath;
if anyone could help me i'd really appreciate it. there's probably a simple solution to this, but as i'm new to mel-scripting i just don't get it...
thx.
i've got a problem with the command "fileDialog": i can't get the flag -directoryMask to work the way i want it to: as long i don't open a file the fileDialog window opens up in the various places i ask it to, but as soon as i open a file then the filedialog window opens up in the last place from where i opene up the file and NOT from the place i declared in the -directory mask flag...
here's an example of code:
string $getPath = `fileDialog -directoryMask "C:/Temp/*.mb"`;
file -open $getPath;
if anyone could help me i'd really appreciate it. there's probably a simple solution to this, but as i'm new to mel-scripting i just don't get it...
thx.
