Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
03/21/10 11:39:48 (2 years ago)
Author:
alex
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/bbedit_Utilities.ls

    r244 r245  
    6464      if memref.type = #script then 
    6565        fname = memref.filename 
    66         if length(fname) < 1 then fname = mGetFilePathFromMemberComments(me, memref) 
    67         if length(fname) > 0 then 
     66        if fname.length then 
    6867           
    6968          ppath = mConvertHFS2Unix(me, fname) 
     
    10551054          offs = offset("/", comm) 
    10561055        end repeat 
    1057         home = mGetWindowsHomeFolder(me) 
    1058         put home into char 1 to 2 of comm 
     1056        put baSysFolder("personal") into char 1 to 2 of comm 
    10591057        aPath = comm 
    10601058      end if 
     
    10781076         
    10791077        if comm starts "/Users/alex/" then 
    1080           put mGetWindowsHomeFolder(me) & "\" into char 1 to 12 of comm 
     1078          put baSysFolder("personal") into char 1 to 12 of comm 
    10811079        end if 
    10821080        aPath = comm 
Note: See TracChangeset for help on using the changeset viewer.