Search found 3 matches

by kim_1138
February 21st, 2012, 3:01 am
Forum: Post-Processing Scripts
Topic: Cannot rename downloded folder
Replies: 4
Views: 2357

Re: Cannot rename downloded folder

Nice, didn't know there was such a thing! will look in to that, thanks!
by kim_1138
February 21st, 2012, 1:29 am
Forum: Post-Processing Scripts
Topic: Cannot rename downloded folder
Replies: 4
Views: 2357

Re: Cannot rename downloded folder

I thought about moving the content to a new folder with my desired name (like you suggested) but this will leave me with a bunch of orphaned empty directories. Small problem but still, a thorn i my side!, want this script to be 100% unattended.
by kim_1138
February 19th, 2012, 4:54 pm
Forum: Post-Processing Scripts
Topic: Cannot rename downloded folder
Replies: 4
Views: 2357

Cannot rename downloded folder

Hi I have written a c# command line program to do some post download stuff, nothing fancy. One of the things I want to do is rename the folder ,ex "Colombiana 2011 US UNRATED BluRay 1080p DTS x264 CHD" to "Colombiana (6.7, 123min, 1080p)". This is do with Directory.Move(src, dst)...