Search found 4 matches

Go to advanced search

by Misska
11 Jul 2018 19:59
Forum: Scripting VLC in lua
Topic: cannot copy file with special char in windows
Replies: 6
Views: 1578

Re: cannot copy file with special char in windows

It depends, but maybe vlc.io Input/Output ------------ All path for this namespace are expected to be passed as UTF8 strings. io.mkdir("path", "mode"): Similar to mkdir(2). The mode is passed as a string to allow for octal representations. This returns a success code (non 0 in c...
by Misska
07 Jul 2018 16:11
Forum: Scripting VLC in lua
Topic: cannot copy file with special char in windows
Replies: 6
Views: 1578

Re: cannot copy file with special char in windows

hello, thank you for your support. I just tried... but it does not work. here is the part of the code : part3=string.format('copy /B /Y /V "%s" "%s"', filename, FinalFullPath .. file) os.execute ('chcp 65001 > nul && cmd /u /c "' .. part3 .. '" > log.txt') debug...
by Misska
06 Jul 2018 13:56
Forum: Scripting VLC in lua
Topic: Delete current file from harddisk
Replies: 41
Views: 35515

Re: Delete current file from harddisk

oh yes ! please post !
by Misska
06 Jul 2018 13:56
Forum: Scripting VLC in lua
Topic: cannot copy file with special char in windows
Replies: 6
Views: 1578

cannot copy file with special char in windows

Hello, I am currently working on a lua extension to sort my music. The tool moves files from a 'unsorted' folder to a defined 'sorted' folder (or to trash). The tool is working perfectly on Linux, but I getting in trouble with Windows. my script uses : os.execute ('cmd mkdir <my_unsorted_folder/albu...

Go to advanced search