• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Interface IContentDirectoryProvider

Provides the application content directory.

Often this is unneeded. Prefer the Snowflake Snowflake.Filesystem API if possible. If you are writing a provisioned IPlugin, a working directory has already been provided to you through the Filesystem API through IPluginProvision.

If you are writing a service, you may also be interested in the Zio.IFileSystem service for safer filesystem access.

Namespace: Snowflake.Services
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IContentDirectoryProvider

Properties

ApplicationData

Gets the application content directory.

Declaration
DirectoryInfo ApplicationData { get; }
Property Value
Type Description
System.IO.DirectoryInfo
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.