Marking a file to be skipped during encoding

Top  Previous  Next

It's possible to mark a file to be skipped by the encoder. Add the following string anywhere in the code, use comments. Skipped files will be copied as-is to the target folder if it's specified.

 

RubyEncoder:DO_NOT_ENCODE

 

E.g. # RubyEncoder:DO_NOT_ENCODE

 

Note: Comparison is case sensitive for Windows. Do not change or mix the case for better code compatibility.