Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPathViews
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/PathViews.h |
| Include | #include "Misc/PathViews.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PathViews.cpp |
static bool HasRedundantTerminatingSeparator
(
FStringView A
)
Remarks
Report whether the path has an unneeded trailing slash. /root/path -> false /root/ -> true /root// -> true / -> false // -> false /// -> true d:/ -> false d:// -> true