file save help

itzyouknowwho
05-10-2003, 01:47 AM
ok say i have a list of files that i want to have as a list to select from and save them as a default name always the same.

list of files: 1,2,3,4,5

want to save as: default


basically i dont want to save over the original but rather a file in a predefined folder. also how do i set what the folder is and the name i automatically want it saved as if this is possible.

thx
matt

Mad_Kitten
05-10-2003, 03:07 AM
If I get this right. you want a list of 1,2,3,4,5 in a listbox. IF someone doubleclick. it saves the file as default.txt in a specified folder.

list1.additem "1"
do this 5 times

In the doubleclick event
open the file, store it in a string, and save it in the default file

itzyouknowwho
05-10-2003, 03:59 PM
i dont want it saved as a txt file but rather the name for a player skin in counterstrike so just edit the name and extension im guessing?

matt

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum