I am using Process.Start to run a console application on the ASP.NET server and the parameters of the program need a path that is formatted in the old MS-DOS 8.3 format.
For example in a console name of the folders in this format can be obtained by typing "dir /X":
How can I obtain Server.MapPath() formatted with the short names version(8.3 MS-DOS format) of the folder names?