Message 1 of 10

Not applicable
08-17-2021
10:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is the code what I used but not working
Dim ss As String="O:\Project\ILOGIC\Stairs" Dim source As String = "O:\Project\ILOGIC\Stairs\Test\28275-STHR-0002.idw" 'change as needed Dim destination As String = "ss" 'change as needed Dim fso = ThisApplication.FileManager.FileSystemObject fso.copyFile(source, destination) 'True to overwrite
Any thought will help thanks
Solved! Go to Solution.