summaryrefslogtreecommitdiff
path: root/AK/LexicalPath.h
AgeCommit message (Collapse)Author
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization.