> For the complete documentation index, see [llms.txt](https://docs.cherax.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherax.vip/lua-documentation/api-reference/natives/misc.md).

# MISC

```
bool FILE_EXISTS(string path)
bool DIR_EXISTS(string path)
void MAKE_DIR(string path)
string GET_APPDATA_PATH(string dir, string file)
string FROM_CLIPBOARD()
void TO_CLIPBOARD(string str)
int TIME()
int TIME_MS()
```
