mozers, 04.07.2007 14:56:
    SciTE 1.74 .49Ru is now available from the scite.ruteam.ru web site.

...

Hi mozers,
the auto-backup script has problems with spaces in path. i have set relative path "_bak_".

e.g. if trying to save a file in C:\documents and settings\frank\desktop\test.php the folders "and" and "settings" are created in last working dir. i've tried to fix it like below (adding quotes around the path before calling MD), but this isn't working...

  path2='"'..path..'"'
--      if backup folder not exist
        if not (os.rename (path2,path2)) then
                os.run('CMD /C MD '..path2,0,true)
        end

additional _Alert-command seems not to work...

regards Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to