--- "Arkady V.Belousov" <[EMAIL PROTECTED]> escribió:

> Hi!
> 
> 25-á×Ç-2006 10:08 [EMAIL PROTECTED] (Diego Rodriguez) wrote to
> [email protected]:
> 
> DR> the function findfirst/findnext fails under FreeDOS if the
> directory
> DR> has a trailing backslash,
> 
>      You search directory by name? Then there shouldn't be trailing
> slash in
> name. You search _path_? Then don't forget to add "*.*" at the end.
> Check
> ATTRIB sources for hints about this.
> 
> DR> easy to solve removing the trailing backslash
> DR> in the functions that gets the truename, already fixed.
> 
>      What about "C:\"? Removing trailing slash there is wrong.
> 
The trailing backslash is removed before calling the truename DOS
function so DOS will add the '\' again for drives. And you can do "MOVE
something drive:" you don't need the backslash.



                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to