
"In a galaxy far, far away
The galaxy of Purebasic
The feared RUA ruled the galaxy
but an alliance was forming,
an alliance of accountless people.
Rather few at the beginning but they grew larger......"
TO BE CONTINUED!

Code: Select all
ExamineDirectory(1, "C:\", "*.*") ; Edit: wrong syntax :)
Debug IsDirectory(1)
Debug IsDirectory(2)
Ok, got a question for you.. have 3.91 beta 1 install:freak wrote:I'm sorry to post allready a new bug fix, but there is something really strange
going on between Fred's Library compiling system and mine, so the
GadgetExtension Lib is messed up in this beta. (at least the ExplorerGadgets are)
So here is the fixed library:
http://freak.purearea.net/stuff/GadgetExtension
Timo
i don't have this beta yet but i can tell you why it is'nt workingPB wrote:How does IsDirectory work? I tried IsDirectory("C:") but it returned 0...
I assumed it would return #TRUE or something like that?