Ok to start out, I have never used JavaScript in my life... I use VB... But I need to use Javascript to manage my downloaded files... So I have folders where specific file types should go automatically.. . Like .exe should goto games programs and misc. .bmp,.png,.gif and .jpg should goto Art. And everything else should goto other places... How could I do this?
Javascript auto file management
Collapse
X
-
Tags: None
-
-
You want to control where files are stored when they are downloaded? If you use Firefox, there may be an extension which allows you to control this.Originally posted by Gymnastdaniel5Well how would I do this?
Alternatively, since this is for your own use, you cold use an ActiveX object with vbscript (which would only work in IE).Comment
Comment