MeridianMERIDIAN

Windows File Path

technology.filesystem.windows_pathsince finetype v0.6.36

An absolute Microsoft Windows filesystem path: a drive letter and colon (C:\, D:\) or a UNC share root (\\server\share) followed by backslash-separated segments. Distinct from URLs (no scheme) and POSIX paths (forward-slash rooted).

What finetype makes of Windows File Path

Cast and decomposition computed at build by DuckDB 1.5.5 on finetype 0.6.60 from the registry's samples.

ValueAs VARCHARdrivefilename
C:\Windows\System32\drivers\WdfLdr.sysC:\Windows\System32\drivers\WdfLdr.sysC:WdfLdr.sys
D:\research\repos\project\src\Main.csD:\research\repos\project\src\Main.csD:Main.cs
\\server\share\reports\q3.xlsx\\server\share\reports\q3.xlsxq3.xlsx
Domain
technology
Category
filesystem
Casts to
VARCHAR
Scope
Universal
Frictionless
string

Shape

Length at least 3 characters.

Pattern
^([A-Za-z]:\\|\\\\)[^\r\n]*$
ValueLengthShape
C:\Windows\System32\drivers\WdfLdr.sys38matches
D:\research\repos\project\src\Main.cs37matches
\\server\share\reports\q3.xlsx30matches
C.\Windows\System32\drivers\WdfLdr.sys38rejected: separator swapped

Told apart

None of the 1 other filesystem types accepts every one of these samples.

POSIX-path sibling deferred (below volume bar + URL-route ambiguity).

Detection notes

New in v0.6.36 (spec 2026-06-19-plain-text-type-discovery). Highest volume x nameability type hiding behind representation.text.plain_text: 7,651 distinct corpus datasets, blind-panel confidence 0.97 (unanimous). Pattern fires on <1.2% of multi-word prose. POSIX-path sibling deferred (below volume bar + URL-route ambiguity).

Use it

CLI · DuckDB
$ finetype infer -i "C:\Windows\System32\drivers\WdfLdr.sys" --mode column
→ technology.filesystem.windows_path

SELECT ft_infer('C:\Windows\System32\drivers\WdfLdr.sys');
-- → 'technology.filesystem.windows_path'
Cast expression
CAST({col} AS VARCHAR)

Schema

https://meridian.online/schemas/technology.filesystem.windows_path — JSON Schema 2020-12, also from finetype taxonomy technology.filesystem.windows_path -o json-schema. Frictionless type string.

Aliases

pathfilepathdirectory

Type Registry