Hello, I have a question about the Stat class (gb). I use: Dim FileInfo As Stat FileInfo = Stat(sFilePath) Print Stat(sFilePath).Auth ---> rwxrw-r-- Print Stat(sFilePath) mode ---> 500 How is the result 500 to be evaluated? Which property of a file is characterized by .mode? With kind regards Hans