Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums

Go Back   Vista Forums > Vista technology newsgroups > WinFS

Backing file name ?

Reply
 
Thread Tools Display Modes
Old 04-14-2006   #1 (permalink)
Patrice
Guest
 
Posts: n/a

Backing file name ?

New to WinFS. For now when I create an item, the file uses the guid for this
item. I don't see how to define the name (or rename the file) from within
WinFS.

TIA
--
Patrice



  Reply With Quote

Old 04-14-2006   #2 (permalink)
Simon Skaria [MSFT]
Guest
 
Posts: n/a

Re: Backing file name ?

Patrice-

The name of the fiel backed item is the logical name of the file as well.
For instance, if you need to open the file through a regular Win32 app (or
the XP-Shell), you will use the full UNC name of the item from Win32. WinFS
may use an internal GUID based name to store the backing file in NTFS, but I
do not believe you should directly use that name or program against it.

Does that answer your question?

--
Simon Skaria [MSFT]

simonsk@microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights




"Patrice" <scribe@chez.com> wrote in message
news:exdZ$J7XGHA.508@TK2MSFTNGP02.phx.gbl...
> New to WinFS. For now when I create an item, the file uses the guid for
> this item. I don't see how to define the name (or rename the file) from
> within WinFS.
>
> TIA
> --
> Patrice
>
>
>



  Reply With Quote
Old 04-18-2006   #3 (permalink)
Patrice
Guest
 
Posts: n/a

Re: Backing file name ?

Yes, thanks.

I was rather thinking here from an end user perspective i.e. I would have
expected to see the DisplayName or something similar in the Windows explorer
so that the user can, for example, delete an item without even launching the
application that uses this item.

Similarly I was thinking about having a kind of specialized browser that
would allow to display properties for the various items while browsing.

Or perhaps users are not expected to browse WinFS volumes directly and would
rather always or mostly interact with items even for deletion,
organization, importation through applications ?

I noticed also that drag and drop between WinFS and an NTFS volume doesn't
work. I would have expected to have an automatic import/export here so that
a user can just move its item through a USB key and have them used by a
WinFS application once copied without any explicit importation in the
application...

A bit hard to figure out the intended way of using this as this is quite a
new paradigm.

--
Patrice

"Simon Skaria [MSFT]" <simonsk@online.microsoft.com> a écrit dans le message
de news: uZ0zbw%23XGHA.3516@TK2MSFTNGP03.phx.gbl...
> Patrice-
>
> The name of the fiel backed item is the logical name of the file as well.
> For instance, if you need to open the file through a regular Win32 app (or
> the XP-Shell), you will use the full UNC name of the item from Win32.
> WinFS may use an internal GUID based name to store the backing file in
> NTFS, but I do not believe you should directly use that name or program
> against it.
>
> Does that answer your question?
>
> --
> Simon Skaria [MSFT]
>
> simonsk@microsoft.com
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
>
>
> "Patrice" <scribe@chez.com> wrote in message
> news:exdZ$J7XGHA.508@TK2MSFTNGP02.phx.gbl...
>> New to WinFS. For now when I create an item, the file uses the guid for
>> this item. I don't see how to define the name (or rename the file) from
>> within WinFS.
>>
>> TIA
>> --
>> Patrice
>>
>>
>>

>
>



  Reply With Quote
Old 04-18-2006   #4 (permalink)
Jérôme Piquot
Guest
 
Posts: n/a

Re: Backing file name ?

Hello,

If you want to change GUID's to comprehensive names use the item
NamespaceName.

Regards
--
-------------------------------------------------------------
Jérôme Piquot
GEDIMAT Wolff-Catenne
6, rue de la Gare
67120 Ernolsheim sur Bruche
FRANCE
mail: jerome.piquot@wolff.fr
http://www.gedimat.fr
-------------------------------------------------------------

"Patrice" <scribe@chez.com> a écrit dans le message de news:
exdZ$J7XGHA.508@TK2MSFTNGP02.phx.gbl...
> New to WinFS. For now when I create an item, the file uses the guid for
> this item. I don't see how to define the name (or rename the file) from
> within WinFS.
>
> TIA
> --
> Patrice
>
>
>



  Reply With Quote
Old 04-19-2006   #5 (permalink)
Simon Skaria [MSFT]
Guest
 
Posts: n/a

Re: Backing file name ?

Patrice-

You are right. For all and any interaction with WinFS files, you will use
the Item namespace and APIs. In fact, moving forward we may block direct
access to the WinFS folder in SVI since it's purely an implementation
detail. There is not even an assurance/contract that we will preserve the
current layout of the NTFS folders moving forward.

thanks,
Simon

--
Simon Skaria [MSFT]

simonsk@microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights




"Patrice" <scribe@chez.com> wrote in message
news:%232bzhevYGHA.4432@TK2MSFTNGP04.phx.gbl...
> Yes, thanks.
>
> I was rather thinking here from an end user perspective i.e. I would have
> expected to see the DisplayName or something similar in the Windows
> explorer so that the user can, for example, delete an item without even
> launching the application that uses this item.
>
> Similarly I was thinking about having a kind of specialized browser that
> would allow to display properties for the various items while browsing.
>
> Or perhaps users are not expected to browse WinFS volumes directly and
> would rather always or mostly interact with items even for deletion,
> organization, importation through applications ?
>
> I noticed also that drag and drop between WinFS and an NTFS volume doesn't
> work. I would have expected to have an automatic import/export here so
> that a user can just move its item through a USB key and have them used by
> a WinFS application once copied without any explicit importation in the
> application...
>
> A bit hard to figure out the intended way of using this as this is quite a
> new paradigm.
>
> --
> Patrice
>
> "Simon Skaria [MSFT]" <simonsk@online.microsoft.com> a écrit dans le
> message de news: uZ0zbw%23XGHA.3516@TK2MSFTNGP03.phx.gbl...
>> Patrice-
>>
>> The name of the fiel backed item is the logical name of the file as well.
>> For instance, if you need to open the file through a regular Win32 app
>> (or the XP-Shell), you will use the full UNC name of the item from Win32.
>> WinFS may use an internal GUID based name to store the backing file in
>> NTFS, but I do not believe you should directly use that name or program
>> against it.
>>
>> Does that answer your question?
>>
>> --
>> Simon Skaria [MSFT]
>>
>> simonsk@microsoft.com
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights
>>
>>
>>
>>
>> "Patrice" <scribe@chez.com> wrote in message
>> news:exdZ$J7XGHA.508@TK2MSFTNGP02.phx.gbl...
>>> New to WinFS. For now when I create an item, the file uses the guid for
>>> this item. I don't see how to define the name (or rename the file) from
>>> within WinFS.
>>>
>>> TIA
>>> --
>>> Patrice
>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
 
Reply

Thread Tools
Display Modes









Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

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