Module: Windows::MSVCRT::IO

Defined in:
lib/windows/msvcrt/io.rb

Constant Summary collapse

S_IFMT =

file type mask

0170000
S_IFDIR =

directory

0040000
S_IFCHR =

character special

0020000
S_IFIFO =

pipe

0010000
S_IFREG =

regular

0100000
S_IREAD =

read permission, owner

0000400
S_IWRITE =

write permission, owner

0000200
S_IEXEC =

execute/search permission, owner

0000100
SH_DENYNO =

deny none mode

0x40
SHORT_LIVED =

temporary file storage

0x1000