josephdaviskcrm
asked on
C# - support for copying and moving files
I'm building an application in C# that needs to be able to manipulate files on the hard disk. Is there a class or classes that offers support for any of the following?:
- obtaining a listing of files within a directory
- copying a file from one directory to another
- deleting a file
- obtaining a listing of files within a directory
- copying a file from one directory to another
- deleting a file
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.