public class MFiles
extends java.lang.Object
Constructor and Description |
---|
MFiles() |
Modifier and Type | Method and Description |
---|---|
static MFile |
create(java.lang.String location)
Create an
MFile from a given location, the file may or may not exist |
static MFile |
createIfExists(java.lang.String location)
Create an
MFile from a given location if it exists, otherwise return
null. |