Changeset 163 for trunk/lingosource/castlib2/FileIOFunktionen.ls
- Timestamp:
- 04/06/08 11:11:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib2/FileIOFunktionen.ls (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib2/FileIOFunktionen.ls
r74 r163 63 63 if not(internetLink) then internetLink = (fname starts "www.") 64 64 if the runmode contains "plugin" or internetLink then 65 scr = xscr().mGetInstance("NetLingoManagerPS__")66 if ilk(scr) = #instance then67 scr.mStartNetOP(paramList)68 else65 -- scr = xscr().mGetInstance("NetLingoManagerPS__") 66 -- if ilk(scr) = #instance then 67 -- scr.mStartNetOP(paramList) 68 -- else 69 69 scr = xscr().mGetInstance("NetTextReaderPS") 70 70 if ilk(scr) = #instance then … … 75 75 call(paramList.getaprop(#handler), [paramList.getaprop(#target)], paramList) 76 76 end if 77 end if77 -- end if 78 78 else 79 79 paramList.setaprop(#theTextResult, mGetTextFromFile(me, paramList.getaprop(#theURL))) … … 385 385 retval = fx.fx_FolderToList(folderpath) 386 386 delim = the last char of the moviepath 387 if length(delim) < 1 then delim = the last char of the applicationpath 387 if length(delim) < 1 then 388 if not(the runmode contains "plug") then 389 delim = the last char of the applicationpath 390 end if 391 end if 388 392 if length(delim) < 1 then delim = "/" 389 393 repeat with n = count(retval) down to 1 … … 426 430 retval = fx.fx_FolderToList(folderpath) 427 431 delim = the last char of the moviepath 428 if length(delim) < 1 then delim = the last char of the applicationpath 432 if length(delim) < 1 then 433 if not(the runmode contains "plug") then 434 delim = the last char of the applicationpath 435 end if 436 end if 429 437 if length(delim) < 1 then delim = "/" 430 438 repeat with n = count(retval) down to 1
Note: See TracChangeset
for help on using the changeset viewer.
