fs::remove_special_file_system_characters (public, deprecated)
fs::remove_special_file_system_characters -string string
Defined in packages/file-storage/tcl/file-storage-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Remove unsafe filesystem characters. Useful if you want to use $string as the name of an object to write to disk.
- Switches:
- -string (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc fs::remove_special_file_system_characters regsub -all -- {[<>:\"|/@\#%&+\\]} $string {_} string return [string trim $string]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