hello i try to get all my file from my folder but in this moment i have this error i dont know what happen
Help!!
hello i try to get all my file from my folder but in this moment i have this error i dont know what happen
Help!!
Hi,
Can you try to add namespace “System.IO.” as the following?
System.IO.Directory.GetFiles("yourPath")
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.