Re: File System Query
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
PSJK wrote:
Hi,
Please clarify my query.
Is there any concepts for storing a number of files within a file?
Thanks in Advance!
See streams - supported by NTFS. A file is composed of one or more
streams, each stream is an independently addressable data store.
.
Relevant Pages
- how to keep an List<> of TcpClients
... I need to create a server that maintains an array of clients. ... be storing the TcpClient references in the list or the streams or ... (microsoft.public.dotnet.languages.csharp) - Re: ActualSize returns -1 for Text fields
... I did try the GetChunk() approach without success ... Same is true if I use the query explicitly listing ... >> Technically, you're supposed to use either field.GetChunk, or streams ... >> stringbuf = s.ReadText ... (microsoft.public.data.ado) - Re: NTFS ADS (alternate data stream) and OLE2
... NTFS ADS to store metadata so I tried to create ADS to some NTFS ... IStream APIs to create and read multiple streams to other NTFS files. ... stored in the regular data stream of a regular file in the file system. ... (microsoft.public.win32.programmer.ole) - Re: File Property Summary
... These are NTFS partitions. ... it's been this way AFAIK since day one and through three rebuilds ... [[FAT volumes support only the main, unnamed stream, so if you ... : Multiple Data Streams ... (microsoft.public.windowsxp.basics) - Re: ActualSize returns -1 for Text fields
... I did try the GetChunk() approach without success ... and Streams as you point out) if only the query would ... > Technically, you're supposed to use either field.GetChunk, or streams to ... > Dim stringbuf ... (microsoft.public.data.ado) |
|