Search found 3 matches
- March 7th, 2013, 3:37 am
- Forum: Post-Processing Scripts
- Topic: Move-Script for pdf (Newspaper)
- Replies: 5
- Views: 4432
Re: Move-Script for pdf (Newspaper)
thank you very much, this helps me a lot, but i still have one question. This path /volume1/Downloads/NAMEofNewspaper/NAMEandDATE/newspaper.pdf is variable, because i download different newspapers, so is is possible to use something like this to channge the path of the file for every new file? name ...
- March 6th, 2013, 4:13 am
- Forum: Post-Processing Scripts
- Topic: Move-Script for pdf (Newspaper)
- Replies: 5
- Views: 4432
Re: Move-Script for pdf (Newspaper)
I tryed a lot and i was successfull with the movement-part, but is still can't figure out how to rename it proberly. I'm still hoping for your help. Here is my Python script to move files (recursiv) with specific suffix; import os, shutil, sys srcDir = '/volume1/web/Library/' dstDir = '/volume1/drop...
- March 5th, 2013, 5:13 am
- Forum: Post-Processing Scripts
- Topic: Move-Script for pdf (Newspaper)
- Replies: 5
- Views: 4432
Move-Script for pdf (Newspaper)
Hi I need your help. I'm a complete Bash-script noob. I want a script that moves file to a different folder, only pdf files. For example: SAb downloads a file and extract it to folder /volume1/Downloads. After the extraction it looks like this: /volume1/Downloads/NAMEofNewspaper/NAMEandDATE/newspape...