Page 1 of 1

More Directory Power

Posted: Wed Sep 03, 2003 4:36 pm
by oldefoxx
I find it odd that you cannot easily get the name for the current directory.
I think it would also help if you could access the status flags for the directory and files - read only, system, hidden, archive, or whatever.

Re: More Directory Power

Posted: Thu Sep 04, 2003 1:28 am
by PB
> I find it odd that you cannot easily get the name for the current directory.

appdir$=Space(255) : GetCurrentDirectory_(255,@appdir$) : If Right(appdir$,1)<>"\" : appdir$+"\" : EndIf

> I think it would also help if you could access the status flags for the
> directory and files - read only, system, hidden, archive, or whatever.

See here: viewtopic.php?p=24773