Copying a folder is more complex than copying a file. You need to recursively copy all sub-folders and files as well. On UNIX (including Linux) you will have to work your way around soft links and such to avoid getting caught in a recursive loop.
Copying a folder is more complex than copying a file. You need to recursively copy all sub-folders and files as well. On UNIX (including Linux) you will have to work your way around soft links and such to avoid getting caught in a recursive loop.
merry (29th January 2007)
Bookmarks