View Single Post
  #6  
Old November 13th 07, 02:05 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Setting/Retreiving a Cooking form a Folder Home Page

Using FSO would work unless the user is running a script stopper program,
like those in certain A-V or software firewalls. Those often block using New
or CreateObject so they would block creation of an FSO object.

If whatever language you're using has intrinsic file operations you might be
better of using those instead of a scripting solution to write out a text
file. An alternate would be storing your "cookie" information in the
registry.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
news
What do you think about just using the FileSystemObject to just write the
information to a .txt file and then retreive it? The point behind the
cookie
is to give my users some control over the content displayed.


Ads