FileName.findReservedChar

Determine if path contains reserved character.

struct FileName
extern (D) nothrow static pure @nogc @safe
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