17 lines
266 B
Python
17 lines
266 B
Python
|
_NTFS_RESERVED_FILE_NAMES = (
|
||
|
"$Mft",
|
||
|
"$MftMirr",
|
||
|
"$LogFile",
|
||
|
"$Volume",
|
||
|
"$AttrDef",
|
||
|
"$Bitmap",
|
||
|
"$Boot",
|
||
|
"$BadClus",
|
||
|
"$Secure",
|
||
|
"$Upcase",
|
||
|
"$Extend",
|
||
|
"$Quota",
|
||
|
"$ObjId",
|
||
|
"$Reparse",
|
||
|
) # Only in root directory
|