3 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Scythe1213

Hello, I need help finishing up an unzip function which takes a zipped list and returns a list of two lists. The result I want is as follows. . . (unzip '((a b)(1 2))) ((a 1)(b 2)) (unzip '((a 1)(b 2)(c 3))) ((a b c)(1 2 3)) (unzip '(unzip '())) …

Member Avatar for sepp2k
0
465
Member Avatar for rgudgeon

this is not exactly a C# question but...I am developing and installation for a desktop application. For a downloaded situation this will entail Winzip self extractor eactracting the setup files and then running setup.exe. My question is where should I extracte the install files to? Is there a common location …

Member Avatar for tinstaafl
0
216
Member Avatar for RicardoE

Hi I would like a crhon job to do the following: 1) copy a zip file, eg: [url]www.somesite.com/file.zip[/url] to [url]www.mysite.com/file.zip[/url] 2) unzip such file 3) move the unziped files to another directory, after reading one of those files. Please, I have no idea on how to do this... (my thing …

Member Avatar for RicardoE
0
137

The End.