gpt4 book ai didi

c# - 从 Windows 8 移植到 Windows Phone

转载 作者:行者123 更新时间:2023-11-30 22:28:52 25 4
gpt4 key购买 nike

我正在尝试将一个应用程序从 Windows 8 移植到 Windows Phone 7,并且很难找出这些行的等价物

var localFolder = ApplicationData.Current.LocalFolder;
IReadOnlyList<StorageFile> fileList = await localFolder.GetFilesAsync();

它从 localFolder 中获取所有文件并将其保存在 fileList

我可以在 Windows Phone 上使用

string[] fileList = appStorage.GetFileNames();

其中 appStorageIsolatedStorageFile 的实例。但是如果我使用上面的代码行,我就不能对列表中的文件使用某些函数,比如如果我想获取文件的创建日期,我可以在 WinRT 中使用 file.DateCreated

最佳答案

如果 appStorage 是 IsolatedStorageFile 类型,则使用 GetCreationTime 方法 http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile.getcreationtime.aspx

关于c# - 从 Windows 8 移植到 Windows Phone,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10541090/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com