added "protected getFile()" for FileObject support in Image.getInfo
This commit is contained in:
parent
4f33588483
commit
98a6050140
1 changed files with 4 additions and 0 deletions
|
@ -495,5 +495,9 @@ public class FileObject extends ScriptableObject {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected File getFile() {
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
} //class FileObject
|
} //class FileObject
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue