Sublime-Text-3-Perforce-Plugin icon indicating copy to clipboard operation
Sublime-Text-3-Perforce-Plugin copied to clipboard

Correct path case before issuing Perforce commands

Open uglycoyote opened this issue 9 years ago • 0 comments

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.

uglycoyote avatar Dec 29 '15 23:12 uglycoyote