Sublime-Text-3-Perforce-Plugin
Sublime-Text-3-Perforce-Plugin copied to clipboard
Correct path case before issuing Perforce commands
Under Windows, the view.file_name() may not always match the case (capitalization) of file on disk or in the depot. Adding GetFileName(view) function which corrects the case of file and replacing any view.file_name() calls with the case-corrected version.