Thread Tools Display Modes
10-08-19, 10:19 AM   #1
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Any addon for advanced screenshots?

That will let me change default folder or give screenshot name on the fly?
  Reply With Quote
10-08-19, 12:07 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Nope. Addons only have access to the game.
https://www.wowinterface.com/forums/...ad.php?t=42367
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
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

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Any addon for advanced screenshots?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off