- Timestamp:
- Feb 3, 2009 3:57:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/WriteUSANSData.ipf
r404 r472 51 51 dumWave = - DQv 52 52 /// 53 54 53 if(dialog) 55 PathInfo/S savePathName56 Open/D/T="????" refnum as fullpath //won't actually open the file57 If(cmpstr( S_filename,"")==0)54 PathInfo/S catPathName 55 fullPath = DoSaveFileDialog("Save data as") 56 If(cmpstr(fullPath,"")==0) 58 57 //user cancel, don't write out a file 59 58 Close/A 60 59 Abort "no data file was written" 61 60 Endif 62 fullpath = S_filename61 //Print "dialog fullpath = ",fullpath 63 62 Endif 64 63
Note: See TracChangeset
for help on using the changeset viewer.