Skip navigation.
 
mlRe: What is the fastest way to find all files associated with particular application?
FROM : Michael Watson
DATE : Sat Jul 29 20:59:09 2006

For non-user-created documents (preferences, etc), you already know 
where they are. No search needed. For user-created documents, you may 
as well simply trigger an automatic "import" upon opening documents 
created with the previous version. (That way, the user isn't forced 
to wait while everything is done even if he or she doesn't want it 
done all at once. And you never know, perhaps the user *doesn't* want 
all of that data changed automatically, for whatever reason. 
Automatic data migration is something not to consider lightly.)

--
mikey


On 29 Jul, 2006, at 13:53, Andrei Tchijov wrote:

> Why?
>     I am trying to find all files created by previous version of the 
> program, so I can import them into new version auto-magically.
> Andrei
>
> On Jul 28, 2006, at 11:34 PM, Andreas Mayer wrote:
>

>>
>> Am 29.07.2006 um 04:36 Uhr schrieb Andrei Tchijov:
>>

>>> Is there faster way than just enumerating through all files/
>>> folders and look for files with desirable file extension

>>
>> Spotlight?
>>

>>> I need to find all files associated with particular application.

>>
>> Why?
>>
>>
>> Andreas
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Cocoa-dev mailing list      (<email_removed>)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>>
>> This email sent to <email_removed>

>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/mikey-san%
> 40bungie.org
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlWhat is the fastest way to find all files associated with particular application? Andrei Tchijov Jul 29, 04:36
mlRe: What is the fastest way to find all files associated with particular application? Andreas Mayer Jul 29, 05:34
mlRe: What is the fastest way to find all files associated with particular application? Andrei Tchijov Jul 29, 19:53
mlRe: What is the fastest way to find all files associated with particular application? Michael Watson Jul 29, 20:59
mlRe: What is the fastest way to find all files associated with particular application? Andrei Tchijov Jul 30, 01:03