(AGK version: 2.0.10)
Submitted: 2015-01-19 13:58:10
// Project Example: GetDocumentsPath()
// Created: 2015-01-19

Setvirtualresolution(640,480)
ResetTimer()

Print("Current Documents Path is..."+Chr(10)+GetDocumentsPath())
Render()
Sync()

Repeat
Until Timer()>15
End
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.