public static class DefaultCasts.StringToExistingFile extends TypeCast<GString,GFile>
| Constructor and Description |
|---|
StringToExistingFile() |
| Modifier and Type | Method and Description |
|---|---|
GFile |
cast(GString filename)
Casts the given value to the output type.
|