08/11/22 18:59:33
参考になるか分からんがMSDNから一例。
-------
Path.GetFullPath Method (System.IO)
URLリンク(msdn.microsoft.com)
Returns the absolute path for the specified path string.
(メソッド名は full path、説明は absolute path)
-------
/fullpaths (Specify Fully Qualified Path in Compiler Output) (C# Compiler Options)
URLリンク(msdn.microsoft.com)
The /fullpaths option causes the compiler to specify the full path to the file when…
-------
どっちでもいいんじゃね