include/automata@fsevent@path_NormalizedPath.hrl

-record(normalized_path, {
    value :: binary(),
    segments :: list(binary()),
    absolute :: boolean()
}).