Results 1 to 3 of 3

Thread: elegant and fast

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    10

    Question

    How is it possible to replace \ with \\ in a string containing a full filename?

    is there any elegant way to do that?

    great thanks
    37.5% of all statistics are made up
    on the spot

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    If you have VB6 it's a snitch.
    Code:
    sFileName = Replace$(sFileName, "\", "\\")
    Good luck!

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    10
    thanks man, some things are too easy apparently ;-)
    37.5% of all statistics are made up
    on the spot

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