GetDocumentsPath - AGK Help

GetDocumentsPath

Description

Returns the directory that contains the current users documents. On Windows this will be something like "C:\Users\Me\My Documents", on mobile platforms this will just be the app write directory. Since AGK 2 Alpha 7 all apps write to the hidden AppData folder instead of the documents folder, you can use this command with SetRawWritePath to set the write path to the documents folder as necessary.

Definition

string GetDocumentsPath()