Ask a Question related to Mac Programming, Design and Development.
-
Daniel T. #1
Where to put my files?
I have some files for my program that are manipulated by the program
itself (the user never touches them or explicitly creates them) but I
don't want them copied when the program gets copied so I don't want to
put them in the app bundle (which seems bad anyway since it would cause
problems when a non-owner runs the program)... Where should they go? I
could put them in the prefs folder but they aren't really preferences...
Daniel T. Guest
-
Any way to programatically convert Image PDF files to OCR searchable PDF files?
Hi, I have Adobe Acrobat Reader 7.0 Standard and was wondering if via using Visual Basic there was any way to programatically convert Image PDF... -
Urgent: Online files accessing local files Issue
Hi.. We are working on a online project where we have some 600 MB videos. The complete project is made using flash & HTML. -
.PDF files (as Mail attachments) areautomatically converted to .MIM files.
I send .pdf attachments from Mac (via Mail) and a PC user cannot open the files because they are converted to .MIM (I assume this is MIME).... -
Preserving links between Illustrator files and image files during system upgrade
Client is a design firm with thousands of Illustrator files spread across about five non-RAID external SCSI drives, most with partitions, attached to... -
Problems: uploading files have Chinese named files
Hi everyone, I try to upload file by using asp.net, code like that: <script language="VB" runat="server"> Sub Upload(Source As Object, e As... -
Frederick Cheung #2
Re: Where to put my files?
On Tue, 2 Sep 2003, Daniel T. wrote:
~/Library/Application Support?> I have some files for my program that are manipulated by the program
> itself (the user never touches them or explicitly creates them) but I
> don't want them copied when the program gets copied so I don't want to
> put them in the app bundle (which seems bad anyway since it would cause
> problems when a non-owner runs the program)... Where should they go? I
> could put them in the prefs folder but they aren't really preferences...
>
Frederick Cheung Guest



Reply With Quote

