file_storage::twt::delete_file (private)

 file_storage::twt::delete_file file_name

Defined in packages/file-storage/tcl/test/tclwebtest-procs.tcl

Deletes a file.

Parameters:
file_name (required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_file-storage file-storage (test ) file_storage::twt::delete_file file_storage::twt::delete_file test_file-storage->file_storage::twt::delete_file test_fs_add_file_to_folder_twt fs_add_file_to_folder_twt (test ) test_fs_add_file_to_folder_twt->file_storage::twt::delete_file test_fs_upload_file fs_upload_file (test file-storage) test_fs_upload_file->file_storage::twt::delete_file

Testcases:
fs_add_file_to_folder_twt, file-storage, fs_upload_file
Source code:
    # Delete a filename
    file delete -force -- $file_name
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: