Anyone know of a way to convert directory filenames to comma delimited list? I have hundreds of JPGs in a directory and would like to extract the names for import into SQL server ...
I have a file containing comma delimited strings that I've read into a string variable. I would like to be able to put this into an arraylist. Perhaps it would be easiest to read the comma separated ...