include/automata@fsevent@path_NormalizedPath.hrl
-record(normalized_path, {
value :: binary(),
segments :: list(binary()),
absolute :: boolean()
}).
-record(normalized_path, {
value :: binary(),
segments :: list(binary()),
absolute :: boolean()
}).