can anyone help me out why this error is showing?
Everytime whenever I am taking the directory.getfiles, it is showing the same error
Please find the attachment.
Screen.docx (138.5 KB)
can anyone help me out why this error is showing?
Everytime whenever I am taking the directory.getfiles, it is showing the same error
Please find the attachment.
Screen.docx (138.5 KB)
@THE_DARK_KNIGHT
In this Case give a try and use the füll qualified Name. System.io.directory.get…
Hi,
Yes i have tried the way you guided System.IO.DIrectory.getfile… is a solution for this.Thanks.
Hi all,
System.IO.File.ReadAllBytes(“Your File Path”)
This will convert to bytes.
Thanks.