Re: [PHP] Re: Copying Directory

2002-04-08 Thread Hiroshi Ayukawa
Thanks, But I can try it ,cause I like PHP and I want to write a code tahat runs anyware. Actually, we use both *nix & windows. I will announce if I could madde it. Regards, Hiroshi http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.php.n

Re: [PHP] Re: Copying Directory

2002-04-08 Thread Jason Wong
On Monday 08 April 2002 17:04, Hiroshi Ayukawa wrote: > Sorry, > It didn't work.Mine too. > ALL of the files inside the deeoer directory come to top of the > directory. > I'll go on trying . > Thanks. > > By the way , your script looks like Python script , dont'you? Probably the easiest way is to

Re: [PHP] Re: Copying Directory

2002-04-08 Thread Hiroshi Ayukawa
Sorry, It didn't work.Mine too. ALL of the files inside the deeoer directory come to top of the directory. I'll go on trying . Thanks. By the way , your script looks like Python script , dont'you? Hiroshi AYukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mai

[PHP] Re: Copying Directory

2002-04-08 Thread Michael Virnstein
there was a typo...this one should work # # # boolean copy_dirs ( string src_dir, string target_dir ) # # # copy a directory with subdirectories to a target directory

[PHP] Re: Copying Directory

2002-04-08 Thread Michael Virnstein
# # # boolean copy_dirs ( string src_dir, string target_dir ) # # # copy shopdirectories into a new shop # # Function Parameters