Using Directory Management
The following topics demonstrate the use of the directory management functions.
In this section
| Topic | Description |
|---|---|
|
An application can change the current directory by calling the SetCurrentDirectory function. | |
|
To list files in a specified directory, call FindFirstFile, FindNextFile, and FindClose. | |
|
To move a directory to another location, along with the files and subdirectories contained within it, call the MoveFileEx, MoveFileWithProgress, or MoveFileTransacted function. | |
|
An application can monitor the contents of a directory and its subdirectories by using change notifications. |