Click here to Skip to main content
15,921,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCopy zip folder to back folder Pin
jds120718-Oct-06 4:02
jds120718-Oct-06 4:02 
AnswerRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 4:11
nlarson1118-Oct-06 4:11 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:04
jds120718-Oct-06 5:04 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 5:13
nlarson1118-Oct-06 5:13 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:30
jds120718-Oct-06 5:30 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 5:35
nlarson1118-Oct-06 5:35 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:51
jds120718-Oct-06 5:51 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 6:37
nlarson1118-Oct-06 6:37 
I maybe way off but you seem to have the answer in your code that you gave. pass in the variable "fullPath" into your function that creates the zip as the destination

Dim dirName As String = DateTime.Now.ToString("MM_dd_yyyy hh.mm.ss")
Dim fullPath As String = Path.Combine("C:\Data Feeds\Backup\", dirName)

Dim fastZip As FastZip = New FastZip
fastZip.CreateZip(fullPath, source, True, "", "")

won't the create a zip of whatever the source is into fullpath?

GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 7:28
jds120718-Oct-06 7:28 
GeneralRe: Copy zip folder to back folder Pin
Dave Kreskowiak18-Oct-06 7:31
mveDave Kreskowiak18-Oct-06 7:31 
Questionconnecting access database Pin
pusha18-Oct-06 3:41
pusha18-Oct-06 3:41 
AnswerRe: connecting access database Pin
Christian Graus18-Oct-06 4:32
protectorChristian Graus18-Oct-06 4:32 
QuestionDatagridview not refreshing Pin
Rey999918-Oct-06 3:07
Rey999918-Oct-06 3:07 
AnswerRe: Datagridview not refreshing Pin
Sebrell18-Oct-06 5:05
Sebrell18-Oct-06 5:05 
QuestionRe: Datagridview not refreshing Pin
Rey999918-Oct-06 5:28
Rey999918-Oct-06 5:28 
AnswerRe: Datagridview not refreshing [modified] Pin
Sebrell18-Oct-06 8:24
Sebrell18-Oct-06 8:24 
GeneralRe: Datagridview not refreshing Pin
Rey999918-Oct-06 20:40
Rey999918-Oct-06 20:40 
AnswerRe: Datagridview not refreshing Pin
Rey999919-Oct-06 4:34
Rey999919-Oct-06 4:34 
QuestionHow to trap keystrokes in .NET controls by using Visual Basic .NET Pin
hisuman10018-Oct-06 2:42
hisuman10018-Oct-06 2:42 
AnswerRe: How to trap keystrokes in .NET controls by using Visual Basic .NET Pin
nlarson1118-Oct-06 3:35
nlarson1118-Oct-06 3:35 
GeneralRe: How to trap keystrokes in .NET controls by using Visual Basic .NET Pin
hisuman10018-Oct-06 19:00
hisuman10018-Oct-06 19:00 
QuestionScreen Scrape - I think? Pin
TommyACN18-Oct-06 2:17
TommyACN18-Oct-06 2:17 
AnswerRe: Screen Scrape - I think? Pin
Dave Kreskowiak18-Oct-06 3:36
mveDave Kreskowiak18-Oct-06 3:36 
QuestionCreating a simple datagrid Pin
dkoco18-Oct-06 2:06
dkoco18-Oct-06 2:06 
AnswerRe: Creating a simple datagrid Pin
nlarson1118-Oct-06 4:17
nlarson1118-Oct-06 4:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.