Gets a FileHandle for a file within the directory where skin files should be stored
(String filename)
| 565 | * Gets a FileHandle for a file within the directory where skin files should be stored |
| 566 | */ |
| 567 | public static FileHandle getSkinFile(String filename) { |
| 568 | return preferredDir.child(filename); |
| 569 | } |
| 570 | |
| 571 | /** |
| 572 | * Gets a FileHandle for a file within the directory where the default skin files should be stored |
no outgoing calls
no test coverage detected