Class ParentDirectoryForFile

java.lang.Object
org.ek9lang.core.ParentDirectoryForFile
All Implemented Interfaces:
Function<File,String>

public class ParentDirectoryForFile extends Object implements Function<File,String>
Gets the immediate parent directory of the file. This will return '.' if the names file is just 'helloWorld.ek9' for example.
  • Constructor Details

    • ParentDirectoryForFile

      public ParentDirectoryForFile()
  • Method Details