|
From: <cre...@us...> - 2006-06-01 00:11:12
|
Revision: 1395 Author: creecode Date: 2006-05-31 17:11:10 -0700 (Wed, 31 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1395&view=rev Log Message: ----------- minor formatting tweaks Modified Paths: -------------- ODBs/trunk/docServerRoot/docServerData/formats/outline/file/copy.fvc Modified: ODBs/trunk/docServerRoot/docServerData/formats/outline/file/copy.fvc =================================================================== --- ODBs/trunk/docServerRoot/docServerData/formats/outline/file/copy.fvc 2006-06-01 00:10:05 UTC (rev 1394) +++ ODBs/trunk/docServerRoot/docServerData/formats/outline/file/copy.fvc 2006-06-01 00:11:10 UTC (rev 1395) @@ -12,22 +12,14 @@ Examples file.copy ("C:\\Program Files\\Frontier\\cactus.gif", "C:\\Program Files\\Frontier\\Copy of cactus.gif") // true - - file.copy ("C:\\Program Files\\Frontier\\cactus.gif", "D:\\") + file.copy ("C:\\Program Files\\Frontier\\cactus.gif", "D:\\") // The file "cactus.gif" is copied to "D:\\cactus.gif" // true - The file "cactus.gif" is copied to "D:\\cactus.gif" - - file.copy ("System:ResEdit 2.1b3", "XP150:ResEdit") + file.copy ("System:ResEdit 2.1b3", "XP150:ResEdit") // The file "ResEdit 2.1b3" is copied to the volume "XP150" as "ResEdit". // true - The file "ResEdit 2.1b3" is copied to the volume "XP150" as "ResEdit". - - file.copy ("System:ResEdit 2.1b3", "XP150:") + file.copy ("System:ResEdit 2.1b3", "XP150:") // The file "ResEdit 2.1b3" is copied to the volume "XP150" retaining its original name. // true - The file "ResEdit 2.1b3" is copied to the volume "XP150" retaining its original name. - - file.copy ("System:Utilities:", "XP150:Tools:") + file.copy ("System:Utilities:", "XP150:Tools:") // If the folder "Tools" doesn't exist, it is created. The contents of "Utilities" are then copied into "Tools". // true - If the folder "Tools" doesn't exist, it is created. The contents of "Utilities" are then copied into "Tools". Notes No prompt for confirmation will be made if file.copy attempts to overwrite an existing file. If destpath defines a folder and sourcepath points to a file, the file will be copied into the folder. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |