On 1 Feb., 09:15, "George V. Reilly" <[EMAIL PROTECTED]> wrote:
> On 31/01/2008, krischik <[EMAIL PROTECTED]> wrote:
> > You might want to get yourself the demo version of 4NT (http://
> >www.jpsoft.com/) and then use "DIR /:" a bit - you might be surprised
> > how many streams are already used on your system. Most notably:
>
> > 12.12.2007 14:03 1'670 _H_A_________ .vimrc
> > 0
> > {4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA
>
> Every NTFS file is implemented as one or more streams, and the default
> stream is called $DATA. It's a bit like finding a directory named . in every
> directory.
You misinterpreted the output. Lets try "dir /A /F /:"
C:\Documents and Settings\...\.vimrc
C:\Documents and Settings\...\.vimrc:
{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}
The stream is called "{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}". But
speaking of the directory "." - How about:
>dir /:
Datenträger in Laufwerk C ist SYSTEM Seriennummer ist
5cb9:81be
Verzeichnis von C:\Media\*
11.10.2007 12:28 <DIR> .
11.10.2007 12:28 <DIR> ..
646 $MountMgrRemoteDatabase:$DATA
28.09.2007 14:43 <JUNCTION> MEDIASAVE
[Volume{543aeb10-6dbe-11dc-b33a-001a73660515}\]
11.10.2007 12:28 <JUNCTION> TITANIUM [Volume{95a63aac-7702-11dc-
b340-001a73660515}\]
646 Bytes in 0 Dateien und 4 Verzeichnisse
28'062'420'992 Bytes frei
or
>dir /: /F
C:\Media\.
C:\Media\..
C:\Media\..:$MountMgrRemoteDatabase
C:\Media\MEDIASAVE
C:\Media\TITANIUM
Yep - a tream on directory ".." ;-).
Of course for all the "DIR" commands mentioned you need a command
interpreter which actually supports streams.
Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---