Search found 5 matches
- 18 Oct 2025 17:39
- Forum: Tips & Tricks, Questions & Answers
- Topic: Move files from subfolder to parent folder
- Replies: 9
- Views: 3515
Re: Move files from subfolder to parent folder
The script processes multiple selected folders as well, as long as they have the same parent dir I'm not sure what I'm doing wrong then cause if I selected 2 or more folders it doesn't move anything but if I select 1 folder then it moves it correctly. Can you show me the light? Here is my folder st...
- 18 Oct 2025 17:13
- Forum: Script Exchange
- Topic: Script to move all files in subfolders to other folder?
- Replies: 5
- Views: 4193
Re: Script to move all files in subfolders to other folder?
1. Select all the subfolders from which the files should be moved to a different folder 2. Execute the script and choose the folder where the files should be moved Be warned! moveto doesn't support "on collision" -> Files are overwritten when they have the same name If you don't want that...
- 18 Oct 2025 15:51
- Forum: Tips & Tricks, Questions & Answers
- Topic: Move files from subfolder to parent folder
- Replies: 9
- Views: 3515
Re: Move files from subfolder to parent folder
Or simply be scripted... setting "BackgroundFileOps", 0; foreach($selected, <get SelectedItemsPathNames |>, , "e") { if (exists($selected) != 2) { continue; } $files = quicksearch("/f", $selected, "|", "s"); moveto , $files, , 1, 0, 4; } The empty s...
- 19 Nov 2022 21:51
- Forum: Bug Reports
- Topic: Crash when open new tab
- Replies: 3
- Views: 523
- 19 Nov 2022 15:47
- Forum: Bug Reports
- Topic: Crash when open new tab
- Replies: 3
- Views: 523
Crash when open new tab
Majority of the times when I open a new tab Xyplorer crashes with the coffee cup and closes my Xyplorer. Is there a log or something that I can look at to see what's causing it to crash? I currently have 3 tabs on top pane and 4 tabs on bottom pane that opens automatically whenever I start up Xyplor...
XYplorer Beta Club