Interface NLFile

All Known Implementing Classes:
NLFileImpl

public interface NLFile
Class that represent a file in Netlang.
  • Method Details

    • isDrive

      boolean isDrive()
    • isFolder

      boolean isFolder()
    • getPath

      String getPath()
    • getChilds

      List<NLFile> getChilds()
    • getName

      String getName()
    • getModified

      long getModified()
    • getSize

      long getSize()
    • getAbsolutePath

      String getAbsolutePath()
    • getRelativePath

      String getRelativePath()
    • toString

      String toString()
      Overrides:
      toString in class Object