fs::get_file_system_safe_object_name (public)

 fs::get_file_system_safe_object_name -object_id object_id

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

get the name of a file storage object and make it safe for writing to the filesystem

Switches:
-object_id (required)

Testcases:
fs_add_delete_copy
Source code:
    return [ad_sanitize_filename  -collapse_spaces  -tolower  [get_object_name -object_id $object_id]]
Generic XQL file:
packages/file-storage/tcl/file-storage-procs.xql

PostgreSQL XQL file:
packages/file-storage/tcl/file-storage-procs-postgresql.xql

Oracle XQL file:
packages/file-storage/tcl/file-storage-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: