View Single Post
10-08-19, 03:31 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Addons can't access the computer's filesystem, but given the naming format for WoW screenshots, they can say where to look.

Example:
Code:
print(date("WoWScrnShot_%m%d%y_%H%M%S.jpg"));
References:
os.date()
strftime() Format
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 10-08-19 at 03:34 PM.
  Reply With Quote