IFileSystem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an easy way to access the locations for device folders.
public interface class IFileSystem
public interface IFileSystem
type IFileSystem = interface
Public Interface IFileSystem
- Derived
Properties
AppDataDirectory |
Gets the location where app data can be stored. |
CacheDirectory |
Gets the location where temporary data can be stored. |
Methods
AppPackageFileExistsAsync(String) |
Determines whether or not a file exists in the app package. |
OpenAppPackageFileAsync(String) |
Opens a stream to a file contained within the app package. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.