xmltextwriter を使用して、書き込みに使用する必要があるパスを割り当てようとしています。私はこれを試しています:
string path = "~/Uploads/site/" + Current.User.Id + .kml";
XmlTextWriter xtr = new XmlTextWriter(path, System.Text.Encoding.UTF8);
ファイルを Web サイト ディレクトリ内の uploads/site/ フォルダーに保存したいのですが、エラーが発生します。
Could not find a part of the path 'c:\windows\system32\inetsrv\~\Uploads\site\16.kml'.
必要なパスを xmltextwriter に割り当てる方法を知りたいです。前もって感謝します、 ラツィアーレ