Converts path text to File
All 2 scenarios hold
expected outcome
broken scenario
| Scenario | Input value | Parameter type? | File name? | File is absolute? |
|---|---|---|---|---|
| Absolute path | /path/to/file | java.io.File | file | true |
| Relative path | ./relative/path | java.io.File | path | false |