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 John Tel 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: sacgirl
  • Content: Threads
  • Order by date
  1. sacgirl

    check if directory exists

    $path = "folder1\folder2\folder3"; if (system($createdir)) { print "mkdir failed\n"; }; I want to check if this directory exists before creating it. $cpath is a relative path. I want to create it only if it doesn't exist. I'm using Windows..can anyone help me? I tried -d and -e, it doesn't...
  2. sacgirl

    perl newbie..please help!

    I want to form a path name so that I know where to save the file. For example, this is taken from a sample XML file. I want to take the words between each pair of single quotes, and concatenate and form a path. So the output should be firstlevel\secondlevel\thirdlevel\filename Can someone...

Part and Inventory Search

Back
Top