Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -r1.78 -r1.79 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 11 Jun 2018 09:41:40 -0000 1.78 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 12 Jun 2018 09:07:01 -0000 1.79 @@ -378,8 +378,10 @@ ad_proc -deprecated -public fs::remove_special_file_system_characters { {-string:required} } { - remove unsafe file system characters. useful if you want to use $string + Remove unsafe file system characters. Useful if you want to use $string as the name of an object to write to disk. + + @see ad_sanitize_filename } { regsub -all {[<>:\"|/@\#%&+\\]} $string {_} string return [string trim $string]