AutoHotkey Community

It is currently May 27th, 2012, 10:05 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 16 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: June 18th, 2011, 9:36 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Backup

Code:
GetCommonFolder( CSIDL=0x24 ) { ; www.autohotkey.com/forum/viewtopic.php?p=452955#452955
 VarSetCapacity( Folder,520 ), CS := "" ( A_IsUnicode ? "W":"A" )
 DllCall( "Shell32\SHGetFolderPath" CS, Int,0, Int,CSIDL, Int,0, Int,0, Str,Folder )
Return Folder
}



Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group