|
Prev: Cannot change the font?
Next: Is there a way to set the start point of a file which is similar as function SetEndOfFile?
From: Lexicon on 25 Jun 2008 08:55 Hello; I want to obtain the maximum path length of a volume. If I use GetVolumeInformation, the [out] parameter lpMaximumComponentLength gives the value 256 no matter if the volume is NTFS or Fat32. Is there any other way to get maximum path length of a specific volume ? Thanks.
From: Christian ASTOR on 25 Jun 2008 10:14
Lexicon wrote: > I want to obtain the maximum path length of a volume. If I use > GetVolumeInformation, the [out] parameter lpMaximumComponentLength > gives the value 256 no matter if the volume is NTFS or Fat32. Yes, it's for path components. You can see "Maximum Path Length" : http://msdn.microsoft.com/en-us/library/aa365247.aspx |