Expand description
Legacy path command handlers ([MS-CIFS] core/LANMAN set).
FunctionsΒ§
- check_
dir - CHECK_DIRECTORY (0x10).
- civil_
from_ πdays - Gregorian civil date from a Unix day number (Howard Hinnantβs
civil_from_daysalgorithm; its era/day constants are canonical to the algorithm). - delete
- DELETE (0x06): exact file or wildcard pattern.
- join_
rel π - mkdir
- CREATE_DIRECTORY (0x00).
- query_
info_ legacy - QUERY_INFORMATION (0x08): attributes + DOS time + size. QUERY_INFORMATION (0x08): pack size/attributes and the DOS date/time word ([MS-DTYP] Β§2.3.4/5 bit-packing uses fixed calendar/field constants).
- read_
path π - read_
two_ πpaths - rename
- RENAME (0x07) β also used by NT_RENAME level 1.
- rmdir
- DELETE_DIRECTORY (0x01).
- set_
info_ legacy - SET_INFORMATION (0x09): apply the last-write time (Unix->FILETIME epoch math).
- split_
pattern_ pub - Split a find pattern into
(directory, filename-pattern)parts. - unicode π
- vfs_err π