Profile
Achievement
nimblebits's Recent Snippets
- All /
« Prev 1 Next »
I came across a permission issue when using the standard Directory.Exists() method, so I came up with another way to check if a Directory exists avoiding those permission issues. This works very well. It can be converted to C'#.
0
1461
posted 11 years ago by nimblebits
You can use this to get the page source code of any valid URL. Tested on VS2010.
0
2108
posted 11 years ago by nimblebits
This is a method that can be used to take a connection string and a valid oledb command and perform a scalar. This returns an Integer/Int32 value.
0
1028
posted 11 years ago by nimblebits