Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 27, 2022 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/4d3e502730e0583815f6c0bd1d16bda0 to your computer and use it in GitHub Desktop.
Save bjoerntx/4d3e502730e0583815f6c0bd1d16bda0 to your computer and use it in GitHub Desktop.
// enable local 'App_Data' folder to access local documents
AppDomain.CurrentDomain.SetData("DataDirectory", System.IO.Path.Combine(System.IO.Path.GetDirectoryName(
System.Reflection.Assembly.GetEntryAssembly().Location), "App_Data"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment