Click here to Skip to main content
15,915,763 members
Home / Discussions / C#
   

C#

 
GeneralRe: Copying files from folder to another Pin
JF201515-Jan-08 20:04
JF201515-Jan-08 20:04 
GeneralRe: Copying files from folder to another Pin
Abhijit Jana15-Jan-08 20:20
professionalAbhijit Jana15-Jan-08 20:20 
GeneralRe: Copying files from folder to another Pin
ysunil_7415-Jan-08 20:24
ysunil_7415-Jan-08 20:24 
GeneralRe: Copying files from folder to another Pin
J4amieC15-Jan-08 22:22
J4amieC15-Jan-08 22:22 
GeneralRe: Copying files from folder to another Pin
Vasudevan Deepak Kumar15-Jan-08 22:14
Vasudevan Deepak Kumar15-Jan-08 22:14 
GeneralUpdating propertygrid control Pin
netJP12L15-Jan-08 16:35
netJP12L15-Jan-08 16:35 
QuestionNeed some help using Membership and user authentication Pin
Shimmy Weitzhandler15-Jan-08 15:22
Shimmy Weitzhandler15-Jan-08 15:22 
QuestionGetting the maximum file size for a particular location Pin
Skippums15-Jan-08 12:31
Skippums15-Jan-08 12:31 
I am attempting to determine at run time what the maximum file size is that can be written to a particular location (for example, if using FAT32 file system: ulong maxFileSize = Math.Min(4GB, AvailableDiskSpace)). I am currently able to find how much disk space is remaining using the WinAPI call 'GetDiskFreeSpaceEx', but I cannot figure out how to get the max file size. So far, my only thought is to make a call to the WinAPI method 'GetVolumeInformation', then take the resulting file system, and do a table lookup to discover this max size. Can anyone either (1) inform me of a better way of doing this, so I don't have to rebuild anytime a new file system comes out, or (2) let me know the strings that can currently be returned by 'GetVolumeInformation' so I can lookup as many different FS as possible? Thanks,

Sounds like somebody's got a case of the Mondays

-Jeff

GeneralRe: Getting the maximum file size for a particular location Pin
Luc Pattyn15-Jan-08 13:20
sitebuilderLuc Pattyn15-Jan-08 13:20 
GeneralRe: Getting the maximum file size for a particular location Pin
Skippums15-Jan-08 13:40
Skippums15-Jan-08 13:40 
GeneralConverting Mapped Drive string to Server Name (UNC path) Pin
Leo Smith15-Jan-08 12:06
Leo Smith15-Jan-08 12:06 
GeneralRe: Converting Mapped Drive string to Server Name (UNC path) Pin
PIEBALDconsult15-Jan-08 14:16
mvePIEBALDconsult15-Jan-08 14:16 
Generalnull value needed in datacolumn expression Pin
yann bertaud15-Jan-08 11:14
yann bertaud15-Jan-08 11:14 
GeneralRe: null value needed in datacolumn expression Pin
yann bertaud15-Jan-08 12:51
yann bertaud15-Jan-08 12:51 
GeneralRe: null value needed in datacolumn expression Pin
Justin Perez16-Jan-08 3:39
Justin Perez16-Jan-08 3:39 
GeneralProcess.Start and return value Pin
Giorgi Dalakishvili15-Jan-08 9:55
mentorGiorgi Dalakishvili15-Jan-08 9:55 
GeneralRe: Process.Start and return value Pin
Dave Kreskowiak15-Jan-08 11:07
mveDave Kreskowiak15-Jan-08 11:07 
GeneralHelp a beginner.. Pin
Dio2215-Jan-08 9:03
Dio2215-Jan-08 9:03 
GeneralRe: Help a beginner.. Pin
led mike15-Jan-08 10:45
led mike15-Jan-08 10:45 
GeneralMS Access Pin
waheed awan15-Jan-08 8:11
waheed awan15-Jan-08 8:11 
GeneralRe: MS Access Pin
Dave Kreskowiak15-Jan-08 9:25
mveDave Kreskowiak15-Jan-08 9:25 
GeneralRe: MS Access Pin
Dan Neely15-Jan-08 10:48
Dan Neely15-Jan-08 10:48 
Questionxmlns validate with regex problem Pin
two_man_only15-Jan-08 8:05
two_man_only15-Jan-08 8:05 
AnswerRe: xmlns validate with regex problem Pin
Shimmy Weitzhandler17-Jan-08 8:02
Shimmy Weitzhandler17-Jan-08 8:02 
GeneralRe: xmlns validate with regex problem Pin
two_man_only17-Jan-08 8:21
two_man_only17-Jan-08 8:21 

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.