notes.txt
来自「FSD的经典例子 相信很多人需要啊 大家快下在吧」· 文本 代码 · 共 6 行
TXT
6 行
if a single file in a directory is hiden you cannot delte the directory,you will get a directory not empty error.
If more entries then what are hidden are present in the directory deletion is possible.
from a command line you can use tab auto complete to fill in the file name that is hidden. It will still hide the file but it will allow it to be deleted. Need to fileter other IRP_MJ_XXX calls to prevent this situation.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?