|
FAST.Framework
1.0.0
|
#include <FPath.h>
Public Member Functions | |
| FPath (const FPath &)=delete | |
| Delete standard constructor. | |
| FPath (FPath &&)=delete | |
| Delete standard constructor. | |
| FPath ()=delete | |
| Delete standard constructor. | |
| FPath & | operator= (const FPath &)=delete |
| Delete copy operator. | |
Static Public Member Functions | |
| static const FString & | Combine (const FString &root, const FString &path) |
| static const FString & | DirectoryName (const FString &path) |
| Returns the directory name for the specified path string. | |
| static const FString & | FolderName (const FString &path) |
| Returns the file name for the specified path string. | |
| static const FString & | FileName (const FString &path) |
| Returns the file name for the specified path string. | |
| static const FString & | Extension (const FString &path) |
| Returns the file name for the specified path string. | |
| static Boolean | HasExtension (const FString &path) |
| static Boolean | Exists (const FString &path) |
| Returns true if the path exists, otherwise false. | |
| static Boolean | IsFile (const FString &path) |
| Returns true if the path is a file, otherwise false. | |
| static Boolean | IsDirectory (const FString &path) |
| Returns true if the path is a directory, otherwise false. | |
Performs operations on String instances that contain file or directory path information
| root | Combines to strings into a path |
|
static |
Returns true if the characters that follow the last directory separator (\ or /) or volume separator (:) in the path include a period (.) followed by one or more characters, otherwise false