if (rmdir(new_dir) == 0)
lr_output_message (”Removed new directory %s”, new_dir);
else
lr_output_message (”Unable to remove %s error %d”, new_dir);
lr_output_message (”Removed new directory %s”, new_dir);
else
lr_output_message (”Unable to remove %s error %d”, new_dir);
No comments:
Post a Comment