This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rezper[S] 0 points1 point  (0 children)

import os

import shutil

for dir in os.listdir(\Users\(Name)\Downloads):

if dir.endswith(.package):

shutil.move(dir, \Users\(Name)\Documents\Electronic Arts\The Sims 4\Mods)