ReplaceFile
Description
Perform file replace.
Syntax
// shellListing points to instance of IShellListing
await shellListing.ReplaceFile(
selectedFileID,
selectedObject,
fileToBeReplaced,
);
Parameters
Name | Type | Description |
---|---|---|
selectedFileID | number | Selected file's ID. |
selectedObject | object | Selected object info. |
fileToBeReplaced | object | Info of file to be replaced. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |