- Timestamp:
- Apr 6, 2010 5:33:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/WriteUSANSData.ipf
r624 r667 245 245 if(dialog) 246 246 PathInfo/S catPathName 247 fullPath = DoSaveFileDialog("Save data as" )247 fullPath = DoSaveFileDialog("Save data as",fname="",suffix="."+type+"x") 248 248 If(cmpstr(fullPath,"")==0) 249 249 //user cancel, don't write out a file … … 254 254 Endif 255 255 256 SVAR samFiles = $("root:Packages:NIST:"+type+":fileList")257 256 //actually open the file here 258 257 //Open refNum as fullpath … … 388 387 389 388 if(dialog) 390 Open/D refnum as fullpath+".dsm " //won't actually open the file389 Open/D refnum as fullpath+".dsmx" //won't actually open the file 391 390 If(cmpstr(S_filename,"")==0) 392 391 //user cancel, don't write out a file
Note: See TracChangeset
for help on using the changeset viewer.