Where to put my files?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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.
    3. .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)....
    4. 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...
    5. 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...
  3. #2

    Default Re: Where to put my files?

    On Tue, 2 Sep 2003, Daniel T. wrote:
    > 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...
    >
    ~/Library/Application Support?

    Frederick Cheung Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139