why when i use the following code:

if getfileattrib ("c:\winnt\system") & 16

does "16" get redirected to the console? it's my understanding that the above line of code is simply asking if "c:\winnt\system" is a directory.

anyone?