Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.79K
1 Posted Topic
"tkud" can u help me with the system function well i tried this: It doesnt work int check; char *dirname; printf("Enter a directory path and name to be deleted (C:/name):"); gets(dirname); system("dir/p"); check = rmdir(dirname); system("cls"); if (!check){ printf("Directory deleted\n"); exit(EXIT_SUCCESS); } else { printf("Unable to remove directory\n"); exit(EXIT_FAILURE); }
The End.
mahesh.kalahasthi.313