Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
4.1 Exists
The “exists” verb states that a file exists.
Usage
file(<file_path>).exists
file_path
Path to file on target file system
Truth Table
TRUE
file_path exists and is a file
FALSE
file_path does not exist or is not a file
INVALID
Access denied to file_path attributes
99
SECRET//NOFORN