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