Check if file exists at the location.
Open
- Dominant language
- C#
- Stars
- 231
- Forks
- 666
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Is there a way to check if the file from which we will be extracting values exists at that location?
```
IF File.Exists("file_location")
THEN
//Proceed further, extract values from the file using Extractor.
ELSE
// Other things to do
```
Contributor guide
Assessment
This issue has not been assessed yet.