Open
Description
Add a property to File (or Uri?) for extracting the file extension, e.g. "file.txt" -> ".txt", "program.exe" -> ".exe", "noext" -> "". Similar to pythons os.path.splitext: https://docs.python.org/2/library/os.path.html#os.path.splitext