Hi I have an organism directory that contains two folders galGal3 and hg19 and many other files.
orgDir = '/home/mary/org' When I try to use list.dir() function, it gives me the same answer, no matter what is the value of full.names argument. > list.dirs(path = indexDir, full.names = FALSE)[1] "/home/mary/org" [2] "/home/mary/org/galGal3" [3] "/home/mary/org/hg19" > list.dirs(path = indexDir, full.names = TRUE) [1] "/home/mary/org" [2] "/home/mary/org/galGal3" [3] "/home/mary/org/hg19" Also, It prints the directory itself which I don't want to be printed. Why it is so? Any workaround for this problem? Thanks -- ------------- Mary Kindall Yorktown Heights, NY USA [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.