caramen 54 Posted February 4, 2015 (edited) If _IsChecked($iCheckbox1) Then ;Copy de mes documents FileCopy ("D:\Documents and Settings\" & @UserName & "\My Documents\*.*" , @ScriptDir & "\Profil Save\" & @UserName & "\Documents\" , $FC_CREATEPATH + $FC_OVERWRITE ) EndIf Does this is supposed to copy folders too ? (nothing in help file) Becose it does'nt Edited February 4, 2015 by caramen My video tutorials : HERE ( In construction ) How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Share this post Link to post Share on other sites
JLogan3o13 1,406 Posted February 4, 2015 The help file states "Copies one or more files", and under the Related section, points you to DirCopy for folders. What, exactly, is confusing you? √-1 2^3 ∑ π, and it was delicious! How to get your question answered on this forum! Share this post Link to post Share on other sites
caramen 54 Posted February 4, 2015 i thoug file copy was taking folder too . i tryed to search in index Folder etc... but my bad.. i ll try. My video tutorials : HERE ( In construction ) How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Share this post Link to post Share on other sites
water 1,973 Posted February 4, 2015 When a function doesn't do what you expect it to do then the help file is your friend. Don't guess, don't make any assumptions, just search the help file. If this fails, then ask the forum My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2018-12-03 - Version 1.4.11.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiiCal (2019-01-22 - Version 0.1.0.0) - Download - General Help & SupportExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Share this post Link to post Share on other sites
caramen 54 Posted February 5, 2015 When a function doesn't do what you expect it to do then the help file is your friend. Don't guess, don't make any assumptions, just search the help file. If this fails, then ask the forum it s what i did but with the word folder... not "Dir" from Directory ... yeah i am asking some stupid things sometime i know Thx mvp's hihi My video tutorials : HERE ( In construction ) How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Share this post Link to post Share on other sites