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
|
@ -494,6 +494,10 @@ public class FileObject extends ScriptableObject {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
protected File getFile() {
|
||||
return file;
|
||||
}
|
||||
|
||||
} //class FileObject
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue