// 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