Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Process file paths stored in a multi-line list
#1
A group of file paths, located in various folders, is saved in a multi-line string. I need to massively select these files to handle them accordingly (copy/cut/paste/delete). I wonder whether there exists a technique to select these files in Window explorer and then handle them with explorer general commands. Otherwise, I intend to process each file path separately in a "foreach" quick macro routine.
Many thanks in advance for any advice.
#2
To run explorer and select a file, there are 2 methods - an API function (which does not work well on XP) an command line (which does not reuse the open folder window). To select a file in an open explorer window, try Acc functions. In any case, will need foreach. Acc.Select has flags 'add to selection', it could make the macro faster, but more difficult to create.


Forum Jump:


Users browsing this thread: 1 Guest(s)