Luna::VFS::DriverDesc::on_delete_file

RV(* on_delete_file) (void *driver_data, void *mount_data, const Path &path)

Called when VFS::delete_file is called on one file that belongs to devices of this driver.

Parameters

  • in driver_data

    The user-provided driver data.

  • in mount_data

    The mount data returned by on_mount for the device.

  • in path

    The path of the file to delete.