Foundation
Loading...
Searching...
No Matches
Functions
EditorPathUtil Namespace Reference

Functions

Foundation::Core::StringView ParentPath (Foundation::Core::StringView path)
 
Foundation::Core::StringView FileName (Foundation::Core::StringView path)
 
Foundation::Core::StringView Stem (Foundation::Core::StringView path)
 
Foundation::Core::String JoinPath (Foundation::Core::StringView dir, Foundation::Core::StringView file)
 
Foundation::Core::String LowerExtension (Foundation::Core::StringView path)
 

Function Documentation

◆ FileName()

Foundation::Core::StringView EditorPathUtil::FileName ( Foundation::Core::StringView  path)
inline

◆ JoinPath()

Foundation::Core::String EditorPathUtil::JoinPath ( Foundation::Core::StringView  dir,
Foundation::Core::StringView  file 
)
inline

◆ LowerExtension()

Foundation::Core::String EditorPathUtil::LowerExtension ( Foundation::Core::StringView  path)
inline

◆ ParentPath()

Foundation::Core::StringView EditorPathUtil::ParentPath ( Foundation::Core::StringView  path)
inline

◆ Stem()

Foundation::Core::StringView EditorPathUtil::Stem ( Foundation::Core::StringView  path)
inline