Menu

#227 Tiny issue in the 2.6 documentation

v2.6x
closed-fixed
nobody
None
5
2013-12-30
2013-12-30
MarianD
No

AviSynth Syntax – Internal functions – Script functions – ScriptFile – in the Examples: should be

file = ScriptFile() # file = "video.avs"
(instead of file = ScriptFile() # name = "video.avs")



AviSynth Syntax – Internal functions – Script functions – ScriptDir – in the Examples: should be

folder = ScriptDir() # folder = "F:\ProjectXYZ"
(instead of folder = ScriptDir() # name = "F:\ProjectXYZ")

Discussion

  • Wilbert Dijkhof

    Wilbert Dijkhof - 2013-12-30
    • status: open --> closed-fixed
     
  • Wilbert Dijkhof

    Wilbert Dijkhof - 2013-12-30

    Fixed. Thanks!

     

Log in to post a comment.