From: Lexicon on
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
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