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.
More Directory Power
More Directory Power
has-been wanna-be (You may not agree with what I say, but it will make you think).
Re: More Directory Power
> 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
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