File Service

class File

Provides access to the file system.

Methods

Detailed Description

The File service provides information about the file system and limited access to file system operations.

Methods

bool exists(string filePath)

Returns true if filePath exists, otherwise false.