debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
63 stars 23 forks source link

libticalcs: fix renaming folders on the nspire #85

Closed the-blank-x closed 10 months ago

debrouxl commented 10 months ago

Before looking at the callers of build_path(), I'd have said that like some changes in enumerate_folder(), this had the potential to have wider impact on folder handling. It looks like I was wrong, though... this is a no-op for non-directories, and if it helps renaming folders, so be it :) However, I probably shouldn't merge it now, late enough in the evening...