On Mon, 11 Oct 1999 13:34:45 +0200, Manuel Bilderbeek wrote:

>> if not a dot in the string then RUN STRING + LDR 
>I already do that, but I don't want the 'dot-files' to appear on the screen at 
>all! It's irritating to see those '.' and '..' "files" on the screen while you 
>can't even select them, since they're not programs...

  Scan the first and second positions of the files (the . and .. are
always there)
and delete them... (-: If you want a more "professional" way, look for the
last
two positions, copy its contents to the first position and delete the last
two.
This would work well on non-sorted directiories... So, you can "rotate
left"
16 characters all contents, instead of copy the last two positions to the
first
two.
  The other way is write your own FILES routine, that would be a bit more
complex, but willl have a beter result.

     []'s Daniel Caetano ([EMAIL PROTECTED])

...Human disasters: Hiroshima '45, Chernobyl '86, Windows '95.
OS/2 Sites:     http://www.os2brasil.com.br/novidades/
                http://www.os2brasil.com.br/novidades/drivers.shtml
                http://www.geocities.com/SiliconValley/8752/os2hp/os2index.html
MSX Sites:      http://www.fudeba.cjb.net/ e http://www.msxnews.cjb.net/
MSX Phoenix:    http://www.msxphoenix.cjb.net/


****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****

Reply via email to