i missed qoutes
system ("mkdir -p $movie/$song; touch $movie/$song/filename.txt")
User Profile
Collapse
-
this will work for you
system ("mkdir -p $movie/$song; touch $movie/$song/filename.txt)Leave a comment:
-
// displays all the files *.c files is current directory
#include <sys/types.h>
#include <sys/dir.h>
#include <sys/param.h>
#include <stdio.h>
#define FALSE 0
#define TRUE 1
extern int alphasort();
char pathname[MAXPATHLEN];
main() {
int count,i;
struct direct **files;
int filefilter();
...Leave a comment:
-
-
Java Regular Expressions are better than StringTokenzer
following link gives you good tutorial for java regex
http://java.sun.com/docs/books/tutor...gex/index.htmlLeave a comment:
-
No activity results to display
Show More
Leave a comment: