Closed caronc closed 6 years ago
As it turns out "C:\MyVideos\"
consists of a backslash before the final quote. This is effectively escaping' the quote which tells Microsoft that you want the quote to remain present. The reason no files are found because the directory C:\MyVideos"
won't exist (because the trailing quote).
Assuming the directory 'C:\MyVideos' has video files in it; the following command will successfully search for subtitles:
However, the following command will find no videos at all:
This isn't an issue for Mac/Linux users; but affects the Microsoft users.