Variable FileStat.permissions

Permissions of a file in a given filesystem. Bit combination of PRead, PWrite, PExecute

struct FileStat
{
  // ...
  int permissions ;
  // ...
}