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
Reads from files. (x3)
file
Queries the size of a file. (x2)
file
Checks if a file or a directory exists. (x1)
file
Imports the "multiprocessing" module, which provides functions for spawning processes using an API similar to the threading module. (x1)
execution