updated text file path to new path

This commit is contained in:
Im_Alpha 2021-12-15 18:40:16 -08:00
parent 3c154ed8aa
commit 9afb9af9f6
4 changed files with 3 additions and 3 deletions

View File

@ -312,7 +312,7 @@ namespace TeamHobby.HobbyProjectGenerator.UserManagement
{
// Get name of file and update path to correct folder
Console.WriteLine("Please input the name of the file:(Example.txt)");
string filename = $"{path}\\BulkOps\\{Console.ReadLine()}";
string filename = $"{path}\\{Console.ReadLine()}";
//Console.WriteLine(filename)
// Get filesize

View File

@ -178,7 +178,7 @@ namespace TeamHobby.UserManagement.xTests
//for (int i = 0; i < 10000; i++)
//{
//var TestAcc = new UserAccount("newUser" + $"{i}", "4567", $"email{i}@a.com", "regular", sTime);
serviceTest.BulkOperation("Rifat", path + "\\BulkOps\\Bulk.txt", datasource);
serviceTest.BulkOperation("Rifat", path + "\\Bulk.txt", datasource);
//}
DateTime eTime = DateTime.Now;
@ -221,7 +221,7 @@ namespace TeamHobby.UserManagement.xTests
string dbType = "sql";
RDSFactory dbFactory = new RDSFactory();
string dir = Directory.GetCurrentDirectory();
string path = dir + "\\BulkOps\\Bulk.txt";
string path = dir + "\\Bulk.txt";
output.WriteLine(path);