FAST.Framework  1.0.0
Public Member Functions | Static Public Member Functions | List of all members
FPath Class Reference

#include <FPath.h>

Public Member Functions

 FPath (const FPath &)=delete
 Delete standard constructor.
 
 FPath (FPath &&)=delete
 Delete standard constructor.
 
 FPath ()=delete
 Delete standard constructor.
 
FPathoperator= (const FPath &)=delete
 Delete copy operator.
 

Static Public Member Functions

static const FStringCombine (const FString &root, const FString &path)
 
static const FStringDirectoryName (const FString &path)
 Returns the directory name for the specified path string.
 
static const FStringFolderName (const FString &path)
 Returns the file name for the specified path string.
 
static const FStringFileName (const FString &path)
 Returns the file name for the specified path string.
 
static const FStringExtension (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.
 

Detailed Description

Performs operations on String instances that contain file or directory path information

Member Function Documentation

◆ Combine()

const FString & FPath::Combine ( const FString root,
const FString path 
)
static
Parameters
rootCombines to strings into a path

◆ HasExtension()

Boolean FPath::HasExtension ( const FString 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


The documentation for this class was generated from the following files: