How do I specify C:\Program Files without a space in it for programs that can't handle spaces in file paths?

前端 未结 14 1413
星月不相逢
星月不相逢 2020-12-01 04:39

A configuration file needs position of another file,

but that file is located in \"C:\\Program Files\",

and the path with space in it is not recognized,

14条回答
  •  粉色の甜心
    2020-12-01 05:19

    I think that the other posts have answered the question, but just some interesting for your information (from the command prompt):

    dir c:\ /ad /x

    This will provide a listing of only directories and also provide their "Short names".

提交回复
热议问题