Posts
 
Reputation
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
~252 People Reached
Favorite Tags
c x 1
Member Avatar for Amy Rami

how to represent an exist directory into an XML file ?? is there any system call to do that or there is a good built in library to use it ??? I wrote this #include<stdio.h> #include<stdlib.h> #include<string.h> #include<dirent.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> int main ( int argc, char …

Member Avatar for Ancient Dragon
0
83
Member Avatar for Amy Rami

Hey I am a new unix student, please help me in this Exercise " Write a C code to represent a file system tree into an XML file. The XML is an exact representation of the file system nested files and directories that starts with the root directory “/”. The …

Member Avatar for Amy Rami
0
163