Changeset 151 for trunk/lingosource/castlib1/alexUtilities.ls
- Timestamp:
- 02/19/08 13:54:27 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/alexUtilities.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/alexUtilities.ls
r148 r151 216 216 on mSaveTextToTempFile me, theText, pfad 217 217 218 if ilk(pfad) <> #string then 219 pfad = mConvertUnix2HFS("/tmp/tmpfile.txt") 220 end if 221 if length(pfad) < 1 then 222 pfad = mConvertUnix2HFS("/tmp/tmpfile.txt") 223 end if 218 pfad = string(pfad) 219 220 if length(pfad) < 1 then pfad = mGetTempFilePath(me, "tmpfile.txt") 224 221 225 222 return mSaveToTextFile(me, theText, pfad)
Note: See TracChangeset
for help on using the changeset viewer.
