var location = new PhysicalLocation() { Path = TestContext.CurrentContext.TestDirectory }; var fs = location.CreateFileSystem(); // This will only search the top/root folder fs.GetFiles(FolderSearchOption.All, null, "*.dll"); // This will search recursively fs.GetFiles(FolderSearchOption.All, null, "*");
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.