Current section

Files

Jump to
automata include automata@fsevent@path_NormalizedPath.hrl
Raw

include/automata@fsevent@path_NormalizedPath.hrl

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