openper.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 20 行

GML
20
字号
.np
When the file is to be created (
.ct .kw O_CREAT
is specified), an additional argument must be passed which contains
the file permissions to be used for the new file.
.im openperv
.if '&machsys' ne 'PP' .do begin
.if '&machsys' ne 'QNX' .do begin
.np
All files are readable with DOS; however, it is a good idea to set
.kw S_IREAD
when read permission is intended for the file.
.do end
.do end
.np
The &func function applies the current file permission mask
to the specified permissions (see
.kw umask
.ct ).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?