# Functions
VisitJobPaths visits all paths in job resources and applies a function to each path.
# Constants
PathKindDirectory is a path to directory.
PathKindLibrary is a path to a library file.
PathKindNotebook is a path to a notebook file.
PathKindWithPrefix is a path that starts with './'.
PathKindWorkspaceFile is a path to a regular workspace file, notebooks are not allowed because they are uploaded a special kind of workspace object.