viva.file.file

Undocumented in source.

Members

Classes

FileException
class FileException

The general exception for file operations

Enums

FileAccessFlag
enum FileAccessFlag
FileCreationFlag
enum FileCreationFlag

Functions

createFile
bool createFile(string path, string fileName, bool throwError)

Creates a file at the destination

exists
bool exists(string path)

Checks whether or not the file/folder at the destination exists

open
File open(string path, FileCreationFlag creationFlag)

Opens a file

Structs

File
struct File

The File struct is a representation of a file on the PC

Meta