Skip to content

Commit b56cae4

Browse files
committed
Add OS version detection
1 parent 91d55f0 commit b56cae4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SaveWin10Pictures/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ private static void Main()
1313
display("Checking if there are new images to be copied...");
1414
List<string> files = new List<string>();
1515
int counter = 0;
16+
//string OSVersion = Environment.OSVersion.ToString(); // 6.2 ON Win 10
1617
string userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
1718
// remove domain if any
1819
if (userName.Contains("\\"))

0 commit comments

Comments
 (0)