again findfirstfile problem:/
- From: "mike" <wollf@xxxxxxxxx>
- Date: Sat, 23 Jun 2007 17:35:35 +0200
Hi,
Gettin back to my problem from 26 of May " findfirstfile problem:/"...
I've tried to replace this condition:
..if structFindDir.dwFileAttributes == FILE_ATTRIBUTE_DIRECTORY
With this:
..if structFindDir.dwFileAttributes == (FILE_ATTRIBUTE_DIRECTORY AND
FILE_ATTRIBUTE_COMPRESSED)
but it fails on compressed direcotries...
I've also tried:
cmp structFindDir.dwFileAttributes, 81
and:
cmp structFindDir.dwFileAttributes, 0x81, but I get an error "A2206: missing
operator in expression"
How to "connect" this conditions (FILE_ATTRIBUTE_DIRECTORY AND
FILE_ATTRIBUTE_COMPRESSED) and check if the dir is one of those which I
need?
regards,
mike
.
- Follow-Ups:
- Re: again findfirstfile problem:/
- From: Evenbit
- Re: again findfirstfile problem:/
- From: Betov
- Re: again findfirstfile problem:/
- Prev by Date: Re: function
- Next by Date: Re: again findfirstfile problem:/
- Previous by thread: When posting to a newsgroup...
- Next by thread: Re: again findfirstfile problem:/
- Index(es):
Relevant Pages
|