RemoveDirectoryA v0.1.0
Removes an empty directory.
Package: Windows
Microsoft documentation: RemoveDirectoryA
Signature
func RemoveDirectoryA(
pathName: *char8
) -> bool32;
pathName must be a null-terminated ANSI path. Returns nonzero on success or
zero on failure. The directory must be empty.
See also
CreateDirectoryA— create a directoryWindows— the package overview