When we create a file by CreateFile, the file created and we get the handle. B开发者_运维问答ut CreateDirectory doesn\'t return directory\'s handle.
On an NTFS file system, it is possible to have alternate data streams within a single file. Is it possible to access this information in a fully managed way?
I am trying to write a command line tool that will give IIS7.5 on windows server 2008 write access to a folder in the wwwroot, so that a web application has access to write to a specific folder within
I would like to be able to add my own custom data/properties to existing folders 开发者_StackOverflow社区on NTFS, so that if a folder is moved, the properties move with it. One solution would be to st
I have written a backup tool tha开发者_C百科t is able to backup files and images of volumes for Windows. To detect which files have changed I use the Windows Change Journal. I already use the shadow c
According to MSDN, each alternate data stream may be stored at an encrypted form (NTFS\' encrypted state). The only API function I\'ve find for setting Enc开发者_运维技巧ryption state, is EncryptFile(
Does cygwin (1.7.x) u开发者_开发技巧nderstand Windows NTFS junction points (as created by mklink in Win7/2008 or sysinternals\' junction.exe)?
I\'m testing a sparse开发者_JS百科 file. But my test code doesn\'t work well. HANDLE h = CreateFileW(L\"D:\\\\sparse.test\",
From articles I have found online there appears to be two forms of unique identifiers for files on NTFS:
I use Window 2003 server, and I need get information about security folder, programatically using C#.