Help?
code sample....
put the _workingPath of stack "Fred" & "d_BRK Files/" into thePath put "*.brk" into theFilters
if the platform = "Win32" then
answer file "Select a .brk file:" with thePath with filter theFilters
else
--
answer file "Select a .brk file: " with thePath
end if
the _workingPath property is my application equivalent of the "defaultfolder" and does end in a "/"
The dialog box displayed on the XP box is always wherever I was last. Is the code incorrect?
Thanks. Ray
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
