Click here to Skip to main content
15,790,021 members
Home / Discussions / C#
   

C#

 
GeneralRe: A simple function pointer question... Pin
beetung9-Nov-02 2:13
beetung9-Nov-02 2:13 
GeneralRe: A simple function pointer question... Pin
Stephane Rodriguez.9-Nov-02 3:50
Stephane Rodriguez.9-Nov-02 3:50 
GeneralMDI application Pin
Le centriste8-Nov-02 18:43
Le centriste8-Nov-02 18:43 
GeneralRe: MDI application Pin
Stephane Rodriguez.8-Nov-02 20:37
Stephane Rodriguez.8-Nov-02 20:37 
GeneralRe: MDI application Pin
Le centriste9-Nov-02 8:33
Le centriste9-Nov-02 8:33 
GeneralRe: MDI application Pin
Eric Gunnerson (msft)11-Nov-02 8:44
Eric Gunnerson (msft)11-Nov-02 8:44 
GeneralFileSize Pin
kavehdr8-Nov-02 13:08
kavehdr8-Nov-02 13:08 
GeneralRe: FileSize Pin
ian mariano8-Nov-02 21:03
ian mariano8-Nov-02 21:03 
You can see if a file or directory is a Sparse File[^] in c# by examining the file attributes.

Using win32 and unmanaged code, you'd mark a file / dir as sparse using DeviceIoControl passing in FSCTL_SET_SPARSE as the i/o control mode, that is, after you've confirmed the file system supports sparse files. FSCTL_SET_SPARSE[^].

There doesn't appear to be a managed version.


"The greatest danger to humanity is humanity without an open mind."
  - Ian Mariano - http://www.ian-space.com/

GeneralC# determinism Pin
AaronStibich8-Nov-02 13:03
AaronStibich8-Nov-02 13:03 
QuestionAaarrrgggghhh what have I done??? Pin
LongRange.Shooter8-Nov-02 10:24
LongRange.Shooter8-Nov-02 10:24 
AnswerRe: Aaarrrgggghhh what have I done??? Pin
LongRange.Shooter8-Nov-02 10:41
LongRange.Shooter8-Nov-02 10:41 
GeneralHashtable Pin
afronaut8-Nov-02 7:57
afronaut8-Nov-02 7:57 
GeneralRe: Hashtable Pin
perlmunger8-Nov-02 8:19
perlmunger8-Nov-02 8:19 
GeneralRe: Hashtable Pin
afronaut8-Nov-02 9:51
afronaut8-Nov-02 9:51 
GeneralRe: Hashtable Pin
perlmunger8-Nov-02 10:22
perlmunger8-Nov-02 10:22 
GeneralRe: Hashtable Pin
afronaut8-Nov-02 10:52
afronaut8-Nov-02 10:52 
GeneralRe: Hashtable Pin
leppie8-Nov-02 13:48
leppie8-Nov-02 13:48 
GeneralRe: Hashtable Pin
John Fisher8-Nov-02 12:05
John Fisher8-Nov-02 12:05 
QuestionCan someone verify these assumptions on dialog boxes? Pin
LongRange.Shooter8-Nov-02 7:35
LongRange.Shooter8-Nov-02 7:35 
AnswerRe: Can someone verify these assumptions on dialog boxes? Pin
Daaron8-Nov-02 7:44
Daaron8-Nov-02 7:44 
GeneralRe: Can someone verify these assumptions on dialog boxes? Pin
LongRange.Shooter8-Nov-02 7:48
LongRange.Shooter8-Nov-02 7:48 
AnswerRe: Can someone verify these assumptions on dialog boxes? Pin
Richard Deeming8-Nov-02 7:53
mveRichard Deeming8-Nov-02 7:53 
AnswerRe: Can someone verify these assumptions on dialog boxes? Pin
James T. Johnson8-Nov-02 8:07
James T. Johnson8-Nov-02 8:07 
GeneralTransparency Pin
MrEyes8-Nov-02 7:14
MrEyes8-Nov-02 7:14 
GeneralRe: Transparency Pin
Paul Watson8-Nov-02 7:45
sitebuilderPaul Watson8-Nov-02 7:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.