GoFlip icon indicating copy to clipboard operation
GoFlip copied to clipboard

CreateFile *.go: The file name, directory name, or volume label syntax is incorrect

Open ghost opened this issue 4 years ago • 1 comments

Hi, I am getting this error when trying to run the command in the command prompt:

CreateFile *.go: The file name, directory name, or volume label syntax is incorrect

I tried:

go run *.go myvideo.mp4 C:\users\myusername\desktop\GoFlip-master\data

Am I doing something wrong?

ghost avatar Aug 28 '20 15:08 ghost

Hi, I use a Linux based system so the PATH will be different. In the file VideoProcessing.go change Lines 70 and 72 with "./data/"+os.Args[1] to the appropriate paths in Windows.

Let me know if it works.

Kadle11 avatar Aug 28 '20 16:08 Kadle11