D
Dmitry Shaporenkov
Hi all,
does anybody know is there any way to get Windows-style
long name from "8.3"-style name returned by
System.IO.Path.GetTempFileName ()? I.e., I would like to
get
C:\Documents and Setting\user\Local Settings\
instead of
C:\Docume~1\user\Locals~1.
I need a long name to pass it to the external program
which only accepts long names.
Does .NET framework provide a function for performing
such conversions? Or, if not, how can I convert names
using P/Invoke or smth else?
Thanks in advance,
Dmitry
does anybody know is there any way to get Windows-style
long name from "8.3"-style name returned by
System.IO.Path.GetTempFileName ()? I.e., I would like to
get
C:\Documents and Setting\user\Local Settings\
instead of
C:\Docume~1\user\Locals~1.
I need a long name to pass it to the external program
which only accepts long names.
Does .NET framework provide a function for performing
such conversions? Or, if not, how can I convert names
using P/Invoke or smth else?
Thanks in advance,
Dmitry