由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 包子题: Implement GetFullPathOfIsolatedFile
相关主题
.net web based messengerLinqPad is handy
Integration developer有前途那吗How not to read comment lines from a text file
a question about C++.net class libraryRe: payan, talk a little bit about rainb
[合集] 问一个Response.WriteFile的问题C#问题请教
C#的new在method declaration里有和没有有啥区别么[转载] A C# question
Windows filesystem bugIs there WinThread in C#
How to use openFileDialog() to save a binary file in .net C++How to implement mirror sites
WebClient is not thread-safe!Question about Explicit interface members in c#
相关话题的讨论汇总
话题: implement话题: 包子话题: isostore
进入DotNet版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
Given IsolatedStorageFile, and pattern how to retrieve its full path?
Implement: GetFile(IsolatedStorageFile isoStore, string fileName).
c**e
发帖数: 2558
2
it's not doable w/o resorting to reflection. with reflection,
you can access internal property RootDirectory on the store
object and go from there.

【在 c**t 的大作中提到】
: Given IsolatedStorageFile, and pattern how to retrieve its full path?
: Implement: GetFile(IsolatedStorageFile isoStore, string fileName).

1 (共1页)
进入DotNet版参与讨论
相关主题
Question about Explicit interface members in c#C#的new在method declaration里有和没有有啥区别么
how to use Ping() class?Windows filesystem bug
Why no intellisense for T-SQL?How to use openFileDialog() to save a binary file in .net C++
请教一个SAS问题WebClient is not thread-safe!
.net web based messengerLinqPad is handy
Integration developer有前途那吗How not to read comment lines from a text file
a question about C++.net class libraryRe: payan, talk a little bit about rainb
[合集] 问一个Response.WriteFile的问题C#问题请教
相关话题的讨论汇总
话题: implement话题: 包子话题: isostore