Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ardentdev
  • Content: Threads
  • Order by date
  1. ardentdev

    SHFileOperation - problem using FOF_NOCONFIRMMKDIR

    I'm having trouble using SHFileOperation to move files between two directories. The problem occurs when the source folder contains a subfolder that is not found in the destination folder. I would like the application to create the subfolder in the destination folder without confirmation from the...
  2. ardentdev

    Problem with Replace Function

    Can anyone tell what is wrong with the following: strCurrentPath = "Sellers/Test/" Response.Write Replace(strCurrentPath, "/", "\") The results are not what I expected... Sellers/Test/ Does the slash character have any special meaning? TIA

Part and Inventory Search

Back
Top