Work with files / Basic operations
Check if the file exists
Delete a file
File copying
File moving
Getting file properties
Get the working directory
Create a directory
Delete a directory
Delete a directory with data
Copy a directory
List of files in the directory
Combining two parts of a path
using
System
;
string
path =
AppDomain
.
CurrentDomain
.
BaseDirectory
;
Console
.
WriteLine
(path);