📄 testmkdir.pl
字号:
mkdir "e:/testtt",0755 or warn "Cannot creat the directory:$!";
$num_rm=rmdir "e:/testtt";
print "$num_rm";
#The two functions will return the number of the files created or deleted.
#0755 IS suggest what you can do and what you cannot do.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -