.. _`Delete file`: .. _`org.sysess.sympathy.files.deletefile`: Delete file ``````````` .. image:: delete.svg :width: 48 Delete a file Documentation ::::::::::::: Deletes one file. Definition :::::::::: Input ports ........... **port1** | Type: datasource | Description: File to delete Output ports ............ **port1** | Type: datasource | Description: Path to deleted file Configuration ............. **Delete enclosing folder if empty** (delete_folder) If a file that is removed is the last in that folder, the folder is removed. If this operation fails, no exception is raised. **Do not raise exceptions** (error) If a file operation fails, do not raise an exception Examples ........ The node can be found in: * :download:`LambdaOperations.syx ` * :download:`lambdas.syx ` * :download:`lambda.syx ` * :download:`MNIST_Digits.syx ` * :download:`Plotting.syx ` * :download:`InputOutputGenerate.syx ` Implementation .............. .. automodule:: node_file_operations :noindex: .. class:: DeleteFile :noindex: