remove « delete « C File Q&A

Home
C File Q&A
1.array
2.binary
3.delete
4.Development
5.directory
6.fgets
7.fopen
8.fprintf
9.fscanf
10.fwrite
11.header
12.include
13.input
14.LINE
15.linux
16.open
17.output
18.pointer
19.read
20.size
21.string
22.struct
23.Text
24.windows
25.write
C File Q&A » delete » remove 

1. How do you remove multiple files in C using wildcards    stackoverflow.com

Is there any way in C to remove (using remove()) multiple files using a * (wildcards)? I have a set of files that all start with Index. For example: Index1.txt Index-39.txt ...

2. stdio's remove() not always deleting on time    stackoverflow.com

For a particular piece of homework, I'm implementing a basic data storage system using sequential files under standard C, which cannot load more than 1 record at a time. So, the ...

3. C Remove the first line from a text file without rewriting file    stackoverflow.com

I've got a service which runs all the time and also keeps a log file. It basically adds new lines to the log file every few seconds. I'm written a small ...

4. Better way to remove a line in a file?    stackoverflow.com

I want to remove a line from a file, the currently I'm looping over each line in oldTodoFile and if the lineNumber doesn't equal todoNumber then add it to a new ...

5. remove() [ to delete a file ] fails    bytes.com

Hi Everyone, I'm using remove() function to delete a file, and i observed the following behavior, Concerned file : sample.txt Operation : i open the file in read mode and don't close the file. remove() returns -1 and the file is not deleted. The above operation is successful when i close the file just before the delete. Does having a file ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.