Modifying Local Files Using HTML5 and JavaScript

前端 未结 3 476
闹比i
闹比i 2020-12-05 15:43

Is there any way I can use HTML5 and JavaScript to modify a file on my system? I\'m OK with running Chrome or Firefox with specific options or opening permissions i

3条回答
  •  离开以前
    2020-12-05 15:53

    VBScript should be appropriate in your case. You will have to lower your internet zone security level though.
    Once it's done just use ActiveXObject("Scripting.FileSystemObject") and its MoveFile method.

提交回复
热议问题