Renames the file or folder that is referenced by this ShellListItem instance to the new
name given as a parameter. The ShellListItem needs to be assigned to a listview, otherwise
this method will throw NullReference exception.
- p_NewName (String)
- the new name of the file/folder
Returns true if the operation was successful
| Exception | Condition |
|---|---|
| NullReferenceException | This exception occurs if the item is not part of a Items collection |