Re: deleting files and accessing directory tree
- Posted by gbonvehi Oct 22, 2008
- 1028 views
poke(pname+len,0)
should be
poke(pname+length(name),0)
Sorry, I miss the windows interpreter ;)
poke(pname+len,0)
should be
poke(pname+length(name),0)
Sorry, I miss the windows interpreter ;)