Search found 4 matches
- Thu Oct 23, 2008 10:44 am
- Forum: General Discussion
- Topic: Ending loop after last file is opened.
- Replies: 1
- Views: 7043
Ending loop after last file is opened.
Team, can you please provide some guidance on what is a quick and efficient way to end a file loop which reads or opens files.At present I have code which loops in infinity but what is a way for it to stop at the last file and end the process.Do you have a quick algorithm you can share - I know how ...
- Mon Oct 20, 2008 10:40 am
- Forum: General Discussion
- Topic: Open all PDF files in folder and subfoldr
- Replies: 3
- Views: 18781
Open all PDF files in folder and subfoldr
Nevermind I got it - I figured I was already passing the file name to a variable and grabbed that variable and threw it into the text file.One minor glitch. Adobe only opens 50 files at a time.Is there a quick function I can use to close all PDFs periodically -or better yet, close each PDF after its...
- Mon Oct 20, 2008 10:13 am
- Forum: General Discussion
- Topic: Open all PDF files in folder and subfoldr
- Replies: 3
- Views: 18781
Open all PDF files in folder and subfoldr
Ok I can't really get it to pass new string/file information to the log,how can you have it grab the actual file name and post it in the log?See what I've done so far with the help of examples - I am writing a text string but it is really not a report of what was successfully opened so far.*********...
- Mon Oct 20, 2008 9:00 am
- Forum: General Discussion
- Topic: Open all PDF files in folder and subfoldr
- Replies: 3
- Views: 18781
Open all PDF files in folder and subfoldr
This is probably a very trivial task judging from all other postings.I am trying to create an algorithm which opens consecutively all PDF files in a directory and its subdirectories. In case of multiple files - it opens one file, logs its result (success or fail) and then closes and proceeds to next...