file.ExistsEx
From GMod Wiki
Function | |
Syntax |
file.ExistsEx( String filename, [ Boolean addons ] ) Where is this used? |
Description: | |
Checks for file existance | |
Returns: | Boolean |
Part of Library: | File |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=File.ExistsEx]File.ExistsEx [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Checks if 'example.txt' exists in data/. |
---|---|
Used on | |
Code | print(file.ExistsEx("example.txt")) |
Output | N/A |