Displaying 1 result from an estimated 1 matches for "0x004l".
Did you mean:
0x0040
2011 Jun 20
2
How do i get file attributes using samba.
Hi,
I need to extract the following attributes of a file in Windows share using samba.
/* FileAttributesField */
#define FILE_ATTRIBUTE_READONLY???????? 0x001L
#define FILE_ATTRIBUTE_HIDDEN?????????? 0x002L
#define FILE_ATTRIBUTE_SYSTEM?????????? 0x004L
#define FILE_ATTRIBUTE_DIRECTORY??????? 0x010L
#define FILE_ATTRIBUTE_ARCHIVE????????? 0x020L
#define FILE_ATTRIBUTE_NORMAL?????????? 0x080L
#define FILE_ATTRIBUTE_TEMPORARY??????? 0x100L
#define FILE_ATTRIBUTE_SPARSE?????????? 0x200L
#define FILE_ATTRIBUTE_REPARSE_POINT??? 0x400L
#define FILE_ATTR...