Search found 5 matches

by rvrom
Sun Jan 11, 2015 10:21 pm
Forum: General Discussion
Topic: My old utilities
Replies: 15
Views: 8581

Re: My old utilities

@srod,
Thanks a lot!
by rvrom
Sat Jan 10, 2015 1:33 pm
Forum: Coding Questions
Topic: wrong result of ExamineDirectory
Replies: 5
Views: 2606

Re: wrong result of ExamineDirectory

Little John wrote: So what?
...
No bug.
Yep. I'm agree. This is not a bug. I was confusing by Kale's comment:
http://www.purebasic.fr/english/viewtop ... 460#p30460
by rvrom
Fri Jan 09, 2015 8:38 pm
Forum: Coding Questions
Topic: wrong result of ExamineDirectory
Replies: 5
Views: 2606

Re: wrong result of ExamineDirectory

that is the correct behaviour.

ExamineDirectory returns a value <> 0 IF the directory can be examined ...

That has nothing to do with the pattern....

If the directory in your example not exist... it returns 0...

nope! I said that ExamineDirectory always returns positive value (<> 0) for any ...
by rvrom
Fri Jan 09, 2015 1:08 am
Forum: Coding Questions
Topic: wrong result of ExamineDirectory
Replies: 5
Views: 2606

wrong result of ExamineDirectory

I use PureBasic 5.31 (x86) on Win 8.1 and noticed that ExamineDirectory always returns positive value for non existing file with existing folder.


if ExamineDirectory(0, GetCurrentDirectory(), "fake.txt")
While NextDirectoryEntry(0)
Debug DirectoryEntryName(0)
Wend
FinishDirectory(0)
EndIf ...
by rvrom
Tue Jan 06, 2015 10:22 pm
Forum: Feature Requests and Wishlists
Topic: Make PureUnit more "prominent"
Replies: 9
Views: 4413

Re: Make PureUnit more "prominent"

Hello,

I use PureUnit GUI and have noticed that GUI tool has more features than console app.

For example, GUI supports "sources pattern", "process the whole directory" and "include subdirectories" features.

Does the console app support these features? Unfortunately, I've not found this ...