Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Deletes a file/directory. (x3)
file
Truncates a file. (x1)
file
Queries the system time. (x1)
settings
Writes to files. (x3)
file
Writes data to the STDOUT stream. (x1)
execution
Checks if a file or a directory exists. (x1)
file
Reads from files. (x3)
file
Queries the size of a file. (x2)
file
Imports the "re" module, which provides regular expression matching operations. (x2)
execution