Subdirectories and moving files

Support for Windows users
Post Reply
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Subdirectories and moving files

Post by RBCC »

I have a few files that I would to rename and move into subdirectories. The subdirectories are:
C:\THE DUKES OF HAZZARD\SEASON 1
I WOULD LIKE TO MOVE AND RENAME INTO
M:\ the dukes \Season1\Year: 19 79
May I understand how this is done?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Subdirectories and moving files

Post by rednoah »

You'd take the path you want, and replace all the variable parts with variables, I suppose like this:

Code: Select all

M:\ the dukes \Season1\Year: 19 79

Code: Select all

M:/{n}/Season {s}/Year {y}/{plex.name}
:idea: Please read the FAQ and How to Request Help.
Post Reply