python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
directory listing C (using dirent and stat)
Im making a directory listing application that prints a
directory listing just like the ’ls’ and ’dir’ commands in Linux and Windows respec-
tively.
my function: prints a listing of all files in the d...
bizariuz
Votes: 0
Answers: 1
(Using C): Accessing each file in a directory and editing its contents, one by one
I am a beginner programmer (learning how to use things like hash tables and tries at present) and so am not well informed, and would value your advice.
I want to write a program that:
Receives a dire...
CBCB
Votes: 0
Answers: 1
Retrieving sub directory name and using it to call function in linux . Every time calling fun1 with the same sub directory name
Suppose inside main directory (A) i have only 2 sub directories B and C:
A:
-B
-C
I want to achieve following functionality:
Calling getLangDir function the first time, then I should be able to...
anshu gang
Votes: 0
Answers: 1
I want to folders parsing only at one level, take folder name and use it to construct path don't want to go in all subdirectory recursively
Following code I have implemented :
I want to search enlist 2 folder present under directory and search for ref .txt file and build path .
Current code is working , But it's searching every subdirect...
Anshu
Votes: 0
Answers: 0