Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在silverlight 中,用户获取的是文件流而不是文件路径...请问您能说出两者之间的区别吗?有没有办法在silverlight 中找出文件路径?
流是数据的管道,路径是字符串.Name……如果你真的有 a ,你也许可以从中获取路径FileStream,但如果你有Stream: 就没有那么多了。
.Name
FileStream
Stream
Stream 是一个插入源的管道,而 File Path 只是一个在不同操作系统中不同的字符串。