English 中文(简体)
银星是否能够改变当地用户计算机的档案?
原标题:Is Silverlight able to change a file on a local user s computer?

我考虑在C#/中撰写申请。 该网络将在方案上改变用户计算机的XML文档,我试图确定银灯(以及哪几种版本以何种方式)是否将完成这项任务。

工作流程:

  • User selects file
  • Application modifies file
  • Application saves file, overwriting original file

能否在银灯上这样做? 如果是的话,在什么版本和什么条件下?

最佳回答

这里的一些答案集中在废弃储存上。 如果没有其他应用需要获得这一数据,那么,或许储存是你们的答案。 http://blogs.silverlight.net/blogs/msnow/archive/2008/07/16/tip-of-the-day-19-using-isoped-storage.aspx” rel=“nofollow noreferer”>link是一个博客,说明如何将溶解剂用于营养餐厅。

我怀疑这可能是你想要的,因为你们有用户选择档案。

当然,在SL3中,用户可以选择档案,然后可以阅读。

然而,为了再次节省费用,你必须向用户显示“Save file”的方言,以找到能够写到的档案。

在SL4号大楼里,有高温的客人,你可以直接在像我的文件这样的用户中保存此类档案。

<><>Edit>/strong>

简言之,你不能写上使用<代码>获得的档案。 开放FileDialog只有读到,你不能读到使用<代码>SaveFileDialog

问题回答

银灯在安全沙箱内运行。

你们只能通过公开的卷宗方言,才能从电脑硬盘中查阅档案。 可在上阅读和书写。

Coming in Berlin 4 您将有能力查阅“特别名录”的档案,例如My Documents、My 音乐、Mygraphs等(

SL3能够进入一个废弃的储存区,SL4为可信赖的申请打开了通道,使其能够查阅MyDocs、MyPictures等档案。

顾问办在档案中进行公开/辩证辩证。 方便用户查阅/修改其规定的任何档案,归还银灯可查阅的档案。

除此之外,银灯还能够进入自己的孤立储存。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签