Results 1 to 33 of 33

Thread: [RESOLVED] [2005] Validating Path

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Re: [2005] Validating Path

    I've already resigned myself to go the substring method, but just so you guys understand why the spec is laid out as it is:

    The user initiates a file transfer. This is a bunch of files that have been updated or created by said user. The files are programmatically zipped up for transfer to a server (to minimize bandwidth) where they become automatically available for all the other users that need this update.

    Part of the zip process is to select or create a directory predetermined by the original user (so the unzipping process will put the files in the correct place). Since these files generally go into a not-yet-created directory, the user gets to change the suggested one to anything he/she wants.

    Hence the need for error checking.

    Thanks, guys, for attempting to help.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: [2005] Validating Path

    Quote Originally Posted by rjbudz
    I've already resigned myself to go the substring method, but just so you guys understand why the spec is laid out as it is:

    The user initiates a file transfer. This is a bunch of files that have been updated or created by said user. The files are programmatically zipped up for transfer to a server (to minimize bandwidth) where they become automatically available for all the other users that need this update.

    Part of the zip process is to select or create a directory predetermined by the original user (so the unzipping process will put the files in the correct place). Since these files generally go into a not-yet-created directory, the user gets to change the suggested one to anything he/she wants.

    Hence the need for error checking.

    Thanks, guys, for attempting to help.
    Please note: it says nothing about allowing the user to type in the folder... just that they can CHANGE it. But hey, it's your project. Just offering up ideas.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width