We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82cf53 commit 042c7ccCopy full SHA for 042c7cc
GrabWindows10LockScreenPictures/Program.cs
@@ -7,6 +7,7 @@
7
namespace GrabWindows10LockScreenPictures {
8
class Program {
9
static readonly string App_Folder = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\Grab Windows 10 Lock Screen Pictures";
10
+
11
static void Main(string[] args) {
12
try {
13
string userName = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile).Replace(@"C:\Users\", "");
0 commit comments