Common¶
-
rundeck_resources.common.check_file(path)[source]¶ Method to normalize the path of a file and check if the file exists and is a file.
Parameters: path ( str) – The file path to check.Return type: strReturns: The absolute path of a file. Raises: FileNotFoundError