Doug Turner wrote:

> * append() assumes resolution, regardless of followLinks state.
>
> I am not sure what this means.  Suppose C:\symlink\foo  I append 'b', 
> what is the result in both followLinks states? 

I believe you'd wind up w/ "C:\symlink\foo\b" in both states.

> * file locations should be returned as relative, not absolute. this 
> will allow profiles to be moved around. This would require an XP path 
> format.
>
> what does this mean? 

Conrad should expand here, but I belive the gist of it was that you 
should never be passing around absolute paths, rather, relative paths. 
An absolute path would allows someone to anchor something absolutely, 
when the underlying profile (which typically supplies the root part of a 
path) may have moved; which would be bad.

Jud

>
>
>
> Judson Valeski wrote:
>
>> Scott Collins/Frank Tang - specific questions regarding the 
>> UTF8'ization of all the char*/Unicode methods we have right now. 
>> Basically, what should be done here? We have a strong UTF8 
>> contingency, but implicity UTF8 formatted char*'s are worrying folks.
>>
>> We discussed nsIFile today, see 
>> http://www.mozilla.org/projects/embedding/apiReviewNotes.html#nsIFile 
>> (just checked it in, it may take a few hours before updating), for 
>> details.
>>
>> Pete Collins is going to begin impl'ing and doc'ing. Hopefully we'll 
>> be done w/ the open issues by the time he's ready to move onto them :-).
>>
>> Jud
>>
>>
>
>



Reply via email to