|
-
Sep 2nd, 2010, 10:59 PM
#1
Thread Starter
Addicted Member
VS2008 Make A Program That Copy An Hide The Files
I want to make a program to copy files from the directory c:/program files/common files/apple/apple application support to c:/
And hide these files
-
Sep 2nd, 2010, 11:20 PM
#2
Re: VS2008 Make A Program That Copy An Hide The Files
To get all the files in a folder you call IO.Directory.GetFiles.
To copy files you call IO.File.Copy.
To set file attributes, e.g. Hidden, you call IO.File.SetAttributes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|