Check whether the given file exists.
class function FileExists(const Filename: String): Boolean; static;
Parameters |
Description |
const Filename: String |
the name of the file to check. |
Returns True if the given file is located in either the resource directory or the write directory assigned to the app.
Copyright (c) 2012. All rights reserved.
|