Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/SourceProject
Inheritance Hierarchy
- CSharedMix
- IFileSystem
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/IFileSystem.h |
| Include | #include "uLang/SourceProject/IFileSystem.h" |
Syntax
class IFileSystem : public uLang::CSharedMix
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IFileSystem () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CopyFile
(
const char* SourcePath, |
||
| bool | CreateDirectory
(
const char* DirPath |
||
| bool | DeleteDirectory
(
const char* DirPath |
||
| bool | DeleteFile
(
const char* FilePath |
||
| bool | DoesDirectoryExist
(
const char* DirPath |
||
| bool | DoesFileExist
(
const char* FilePath |
||
| bool | FileRead
(
const char* FilePath, |
||
| bool | FileWrite
(
const char* FilePath, |
||
| bool | FindTempDir
(
CUTF8String& OutDir |
Retrieves the path of the directory designated for temporary files. | |
| bool | GetCurrentWorkingDirectory
(
CUTF8String& OutWorkingDirectory |
||
| bool | GetFilenameOnDisk
(
const char* FilePath, |
||
| bool | IsFileNewer
(
const char* FilePath, |
||
| bool | IsReadOnly
(
const char* Filename |
||
| bool | IterateDirectory
(
const char* Directory, |
||
| bool | MakeTempFile
(
CUTF8String& OutFilename |
Creates a temporary file. The name is guaranteed to be unique. | |
| bool | SetCurrentWorkingDirectory
(
const char* DirPath |
Note that SetCurrentWorkingDirectory may not be implemented in some embeddings (e.g. Unreal). | |
| bool | SetReadOnly
(
const char* Filename, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EWriteFlags |
Typedefs
| Name | Description |
|---|---|
| CFileDirectoryVisitor | CFileDirectoryVisitor |
| CFileMemAllocator | CFileMemAllocator |