A simple file helper class for reading an writing files
Methods here may do the same stuff Apache Commons IO do, but requiring AC/IO for reading/writing a file in such a small tool is over loaded.
Return relative path for given base and subject
relativePath("/home/user","/home/user/.myapp/config") -> .myapp/config
relativePath("/home/user","/home/user") -> .