Commit d476e5c
committed
Ignore empty Strings during String to FileArray conversion
* The current state of the code is that an empty String, is converted to a new File("") object with an empty String
* A File object instantiated by this will be a File object with an absolute Path that is equivalent to the Path from which the application was started
* The result of this is relatively unpredictable
* Thus empty String should not be converted to File object and not be added to the output1 parent d4ab47a commit d476e5c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments