Code: Select all
tv_GetPath "George" // get complete path to George folder
parse result GeorgePath
FileReqString = '"' "Save current image as JPG|" GeorgePath "|ImageName.jpg|*.jpg" '"'
tv_ReqFile FileReqString // this SHOULD bring up the George folder contents in a requester dialog... but it doesn't
parse result ImageSaveString
tv_SaveMode "JPG" 100
tv_SaveImage ImageSaveString
Has anyone had success with the tv_ReqFile command where it took you to the correct folder and displayed the default file name???
thanks, Sven