Instance Method
path(for:language:hashed:)
Returns the path of a given USR if existing.
func path(for usr: String, language: InterfaceLanguage = .swift, hashed: Bool = false) -> String?
Parameters
usrThe full USR or a hashed USR.
languageThe interface language to look the USR for.
hashedA boolean indicating if the USR is hashed or not.
Return Value
The path of a given USR, if available.