S_IRWXU

Undocumented in source.
version(Windows)
enum S_IRWXU = S_IRUSR | S_IWUSR | S_IXUSR;

Meta