please suggest any idea facing parameter error while reading pdf document path,facing this error while reading pdf path
Can you show the activity
Either you gave in wrong plce or the file does not exist
Cheers
Hi @Gamelytics ,
Can you share your file?
PLease check your file path, it must correct
regards
Directory.GetFiles(“C:\Users\Kapil Sharma\Documents\UiPath\OfficePDF\Input\0000206668.pdf”)
this is like whole path i m giving
this issue has resolved thnx for response
In directory.getfiles you have to provide folder path and not file path…
Filename can be provided optional
If fullpath is there then no need of directory.getfiles again
Cheers
Hi @Gamelytics
Try this
Directory.GetFiles(“C:\Users\Kapil Sharma\Documents\UiPath\OfficePDF\Input”)