Adiba Qudoos
New Member
- Joined
- Mar 2, 2019
- Messages
- 4
Hello everybody
I need to rename and move files from Folder A to Folder B based on some criteria
I have 3 column A, B, C
I need a code of three parts
2 have been solved but at third i am stuck badly
2nd is
if column A.value is equal Column B.value then respective file from column B will be renamed only (no move).
3rd point is
if column A.value is not equal Column B.value then respective file from column B will be moved to Folder B (no rename only move).
anybody please help
I need to rename and move files from Folder A to Folder B based on some criteria
I have 3 column A, B, C
- Column A : contains "old/parent path"
- Column B : contain "new name of files"
- Column C : contains "new path "
I need a code of three parts
2 have been solved but at third i am stuck badly
2nd is
if column A.value is equal Column B.value then respective file from column B will be renamed only (no move).
3rd point is
if column A.value is not equal Column B.value then respective file from column B will be moved to Folder B (no rename only move).
anybody please help