KB-48678: Retrieving a file’s name and extension via scripts.
Question: How can I retrieve a certain file’s name and extension via ShowFilePicker method? (Example: the path “C:\test\test.txt” must return only “test.txt”.) Solution: To do so, you can use the…