Function __global->afm_delete_file

Definitions

sources/abstract_file_manager.php

  • Deletes a file (NOT a directory) on the open AFM connection.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$basic_path PATH No No required parameter N/A N/A The path to the file we are deleting

Preview

Code (PHP)

/**
 * Deletes a file (NOT a directory) on the open AFM connection.
 *
 * @param  PATH $basic_path The path to the file we are deleting
 */

function afm_delete_file(string $basic_path)