Hello,
As the topic
variable type - String
Thanks
Hello,
As the topic
variable type - String
Thanks
Hi @Marcin,
use
try and let me know.
Happy coding
Avi
Hi @Avi7
thanks but there was a problem
that’s why i used Directory.GetDirectories
Thank You for all
@Marcin I think u have created dbNameList variable of array of string change it to string type.
I have many files in my folder (path). I must have String.
I don’t know if I understood you well, but I hope I did what you wanted:
dbNameList(String)
(assign) dbNameList = Directory.GetFiles(folder path)
(foreach) item in dbNameList
(Type into)
Path.GetFileNameWithoutExtension(dbNameList)
error
Unfortunately, it receives error - “1-dimensional String ” cannot be converted to “String”
variable type String
Change the marked variable in pic with item.ToString
THANKS!! @Manjuts90