Hi,
I want to read the file names in a directory and if a particular file exist then I do my next activities.
But I’m having issue at the first step itself. Directory.GetFiles(YourFilePath) is returning null value.
See the images below. Please let me know where am I going wrong.