Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Windows.Directory.localFolder

static var localFolder: string;
static string localFolder;
static localFolder as string

Description

Returns a path to local folder.

On Windows Store Apps, it will be <main drive>:\Users\<user name>\AppData\Local\Packages\<package id>\LocalState, directory is writeable, so you can create, read and write files to it. In Editor, it will be <your project path>\LocalState.