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)
Delete the first file in a folder if the length of a folder is more than the limit
First I created a folder that contains Images named as 1.jpg till 20.jpg
Now I want to loop through this folder and add all these images into a list/array.
I keep checking the length of this array/li...
zeke wonder
Votes: 0
Answers: 2
I cant delete old file and rename new file Java
After I move all the line except one i want to delete, the old text file should be delete but it don't.
String del, current, data[];
delete = code.getText();
File old = new File("record.txt"...
ATXH
Votes: 0
Answers: 1
Batchfile to delete all folders but the latest AND a special folder
hope you can help me. I am looking for a way to use batchscript to delete all folders in a subfolder except
the very newest folder AND
a special folder named "BACKUP".
So the backup folder...
ZuMe
Votes: 0
Answers: 2
I cannot delete a folder with the path C:\Users\Son Nguyen\Desktop\tar -czvf nguyen_hong_son.tar.gz .\
I am having a problem that I cannot delete a folder with the path C:\Users\Son Nguyen\Desktop\tar -czvf nguyen_hong_son.tar.gz .\ . When I delete, open or rename the folder, it gives me an error.
I tr...
Nguyễn Hồng Sơn
Votes: 0
Answers: 0