absRenameBin
absRenameBin(name new_name)=> t / nil
Description
Renames a previously created user bin.
Arguments
|
Specifies the new bin name. Do not enter any spaces in the name. |
Value Returned
Example
Renames the bin userbin1 to userbin2.
absRenameBin "userbin1" "userbin2"
=> t
Related Topics
Return to top