Class MFiles


  • public class MFiles
    extends Object
    Static helper methods for MFile objects.
    Since:
    5.4
    • Constructor Detail

      • MFiles

        public MFiles()
    • Method Detail

      • create

        @Nullable
        public static MFile create​(String location)
        Create an MFile from a given location if it exists and is readable, otherwise return null.
        Parameters:
        location - location of file (local or remote) to be used to back the MFile object
        Returns:
        MFile