
-----------------------------------
Mackie
Tue Mar 11, 2008 2:02 am

Dir.GetLong
-----------------------------------
How are attributes read from the Dir.GetLong function? All I get is convoluted output.

-----------------------------------
zylum
Tue Mar 11, 2008 3:35 am

RE:Dir.GetLong
-----------------------------------
Well the attribute variable is a bit mask where each bit is a flag representing whether each attribute is true or false. You need to use bitwise operations to extract the bit for each attribute. This is all explained in the help file.. Also, there's a tutorial on bitwise operators in the tutorials forum.

-----------------------------------
Mackie
Tue Mar 11, 2008 12:59 pm

RE:Dir.GetLong
-----------------------------------
Thanks I'm reading your tutorial right now.
