私はそのようなファイルを開こうとします
fromServerURL = http://mysite.com/sites/CM
、大丈夫です。
しかし、次のような値を渡すとエラーが発生しました
fromServerURL = http://mySite.com/
SPFile file = oWebsiteFrom.GetFile(fromServerURL + "/" + fromPath + "/" + fileName);
私はそれをテストしてそれらを見ようとします。
long length = file .Length; - > it gives me the correct length
byte[] a= file .OpenBinary(); - > it gave me the error
file.Item is also null.
問題を解決するためにこのリンクを見つけましたが、正確なフォルダー構造がわからない場合に適しています。