摘要: 演示如何读写文本数据 演示如何读写二进制数据 演示如何读写流数据 演示如何读写“最近访问列表”和“未来访问列表” 1、演示如何读写文本数据 <StackPanel Margin="0,50 "> <Button Name="btnWriteText" Content="Text方式写入文件" Cli 阅读全文
posted @ 2016-09-29 17:51 ansen312 阅读(319) 评论(0) 推荐(0) 编辑
摘要: /* * 用于实现 IRandomAccessStream, IBuffer, Stream, byte[] 之间相互转换的帮助类 */ using System;using System.IO;using System.Runtime.InteropServices.WindowsRuntime; 阅读全文
posted @ 2016-09-29 14:28 ansen312 阅读(2907) 评论(0) 推荐(0) 编辑
摘要: 演示如何获取文件的缩略图 FileSystem/ThumbnailAccess.xaml FileSystem/ThumbnailAccess.xaml.cs 4、演示如何通过 AQS - Advanced Query Syntax 搜索本地文件 FileSystem/AQS.xaml.cs 阅读全文
posted @ 2016-09-29 10:56 ansen312 阅读(489) 评论(0) 推荐(0) 编辑