Represents information on a file/folder rename.

3.16.0

interface FileRename {
    newUri: string;
    oldUri: string;
}

Properties

Properties

newUri: string

A file:// URI for the new location of the file/folder being renamed.

oldUri: string

A file:// URI for the original location of the file/folder being renamed.