This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| If (WScript.Arguments.Count <> 2) Then | |
| WScript.Quit | |
| End If | |
| url = WScript.Arguments(0) | |
| file = WScript.Arguments(1) | |
| Set objFSO = Createobject("Scripting.FileSystemObject") | |
| If objFSO.Fileexists(file) Then | |
| Set objFSO = Nothing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==PREPROCESSOR== | |
| // @name "Biography Photos" | |
| // @author "Mire777" | |
| // @feature "v1.4" | |
| // @feature "watch-metadb" | |
| // ==/PREPROCESSOR== | |
| // Paths | |
| var fbfolder = (fb.ProfilePath + "Artist_info"); | |
| var lfm_folder = window.GetProperty("Custom folder", fbfolder); |