|
| NXDirEnum_t question (0/1) |
 |
Mon, 16 Jul 2007 20:10:51 GMT |
Hi,
I'm trying to get the flags of a file, that is, the:
20.3.4 File State Flags
Flag Value Description
NX_DEFLAGS_COMPRESSED 0x00000001 Entry is in a compressed state.
NX_DEFLAGS_ENCRYPTED 0x00000002 Entry is encrypted.
NX_DEFLAGS_TEMPORARY 0x00000004 Entry is a temporary file.
NX_DEFLAGS_MIGRATED 0x00000008 Entry has been migrated.
NX_DEFLAGS_DELETED 0x00000010 Entry is marked for deletion.
NX_DEFLAGS_SPARSE 0x00000020 Entry is a sparse file.
But al i get is 0x00000000 :(
Same goes for the blocksize.
What am i doing wrong?
|
| Post Reply
|
| Re: NXDirEnum_t question (0/1) |
 |
Mon, 23 Jul 2007 11:57:24 GMT |
Alex Warmerdam wrote:
> Hi,
>
> I'm trying to get the flags of a file, that is, the:
>
> 20.3.4 File State Flags
> Flag Value Description
> NX_DEFLAGS_COMPRESSED 0x00000001 Entry is in a compressed state.
> NX_DEFLAGS_ENCRYPTED 0x00000002 Entry is encrypted.
> NX_DEFLAGS_TEMPORARY 0x00000004 Entry is a temporary file.
> NX_DEFLAGS_MIGRATED 0x00000008 Entry has been migrated.
> NX_DEFLAGS_DELETED 0x00000010 Entry is marked for deletion.
> NX_DEFLAGS_SPARSE 0x00000020 Entry is a sparse file.
>
> But al i get is 0x00000000 :(
>
> Same goes for the blocksize.
>
> What am i doing wrong?
Try to use NX_DELEVEL_EXTENDED instead of NX_DELEVEL_BASIC.
Dmitry
|
| Post Reply
|
| Re: NXDirEnum_t question (0/1) |
 |
Wed, 25 Jul 2007 19:17:15 GMT |
D.d. Mon, 23 Jul 2007 11:57:24 GMT, "Dmitry Mityugov"
<dmitry.mityugov@gmail.com> schreef het volgende:
Hi,
>Try to use NX_DELEVEL_EXTENDED instead of NX_DELEVEL_BASIC.
Still 0 :(
|
| Post Reply
|
|
|
|
|
|
|
|
|
|