Add File::Info methods to Path

Consider adding File::Info and some File methods to Path

dir = Path[‘mydir’]
file = dir / ‘myfile’

dir.mkdir_p dir unless dir.directory?

str = file.read

https://github.com/crystal-lang/crystal/issues/14245

https://github.com/crystal-lang/crystal/pull/14484