FileName.findReservedChar

Determine if path contains reserved character.

struct FileName
nothrow extern (D) static pure @nogc
size_t
findReservedChar
(
const(char)* name
)

Parameters

name const(char)*

path

Return Value

Type: size_t

index of the first reserved character in path if found, size_t.max otherwise

Meta