2013-08-26から1日間の記事一覧
・File.WriteAllBytes() http://msdn.microsoft.com/ja-jp/library/system.io.file.writeallbytes(v=vs.95).aspx・FileStream.Write() http://msdn.microsoft.com/ja-jp/library/system.io.filestream.write(v=vs.95).aspxこれら似たクラスがあるがどっちを…
・Android streamingAssetsのパスに普通のパスとして直接アクセスできない。 よって、File.Copyが使用できない。 Streaming AssetからPersistent DataPathへコピーして、 Persistent DataPathにアクセスするのが主流になる。Application.streamingAssetsPath…