zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

Editor should allow to copy the file to the same location #845

Closed AdarshdeepCheema closed 2 years ago

AdarshdeepCheema commented 2 years ago

currently editor does not allow to copy the file to the same location. and gives the error "cannot paste the file to the same destination"

It should allow to copy the file FILE_A in folder FOLDER_A to FOLDER_A and create a new file with name FILE_A_COPY

AdarshdeepCheema commented 2 years ago

fixed via https://github.com/zowe/zlux-file-explorer/pull/161