Search Results

0
votes

Benefits of os.path.splitext over regular .split?

In the comment to the answer that provided this solution: "If the file has no extension this incorrectly returns the file name instead of an empty string." …