WINDOWS10UWP: How can I tell if a file or folder exists?

Source: Internet
Author: User

Using the Storagefolder.trygetitemasync method, try to get the file or folder by name without adding the error capture logic to the code (as if using Storagefolder.getitemasync same). If a file or folder is not found, trygetitemasync returns nullwithout throwing an exception. Because this method returns null, you can use it to check whether the specified file or folder exists.

Note that it is generally important to use Trygetitemasync to determine if a file exists and then proceed to the next step. Then you must wait with await before Trygetitemasync , otherwise you will not be sure if the file exists!

Details can be seen:

Https://msdn.microsoft.com/zh-cn/library/windows/apps/windows.storage.storagefolder.trygetitemasync.aspx? Cs-save-lang=1&cs-lang=csharp#code-snippet-1

WINDOWS10UWP: How can I tell if a file or folder exists?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.