0
votes
0answers
9 views

Batch file error on Windows server 2003 server R2: _“for was unexpected at this time”_

I found the below batch file over internet. It basically deletes the folder based on last modified date. The batch file runs perfectly fine in my Windows XP laptop, but when i try to run the same on ...
0
votes
2answers
330 views

Delete all folders named XXX in folder YYY by DOS command

Under folder YYY, lots of subfolders with different names, I like to delete all folder name XXX, how? I know del /s YYY/XXX.* but its for delete files, not folders
-2
votes
2answers
89 views

deleting folders with python scripts

a = '/mnt/task/a' b = '/mnt/task/b' Under a and b , There are some folders, with names like 201212194546921-6ab-45654545d-5445c As you see, the folders' names are made up of things like serial ...
0
votes
1answer
133 views

Prevent the user form deleting the folder or file in sdcard

I am saving a folder in this location Android/data/package-name/files/ now i want to restrict the user to delete that folder. How to do that? Note: Since i am working on Expansion Files the ...
0
votes
0answers
110 views

Deleting the folder being watched by FileSystemWatcher

I'd like to create an application where instead of only watching a root hierarchy folder, ... I watch each folder individually (with watch subfolders turned off) However, I can't seem to be able to ...
-5
votes
2answers
212 views

FTP Delete Folder And Subfolders [closed]

I was wondering if there is a way to delete a folder and everything in the folder in ftp using php.
3
votes
1answer
160 views

php delete folder and delete one row from mysql database with one submit delete button

function remove_directory($directory) { if (is_dir($directory) === true) { $contents = scandir($directory); unset($contents[0], $contents[1]); ...
0
votes
2answers
144 views

php delete all folder when I press submit button but must delete only one folder

<?php function remove_directory($directory) { if (is_dir($directory) === true) { $contents = scandir($directory); unset($contents[0], ...
-1
votes
1answer
373 views

Removing directory using codeigniter

Im new to codeigniter so please forgive me, I am trying to make codeigniter delete a base folder(i dont know what the right term is, it's the folder where i put my uploaded files and its located in ...
2
votes
1answer
107 views

Delete all folders except specific folders

I already have a boost function to delete 1 folder at a time. remove_all(); The list of folders are: folder1 folder2 folder3 folder4 folder5 I wanna delete them all with my function above but keep ...
0
votes
4answers
85 views

if an item does not exist in an array

If an item no longer exists in an array but there is a folder with the no longer required name. What would be the best way to check and remove the folder? Example: I have an ...
1
vote
1answer
106 views

Unix/Solaris: Deleting a a directory is not possible because there are pseudo-files

I'm currently compiling different PHP versions and want to delete some rubbish folders. I got a folder called "php-5.4.7-src" which i want to delete but when I do $ rm -Rf php-5.4.7-src there ...
1
vote
1answer
51 views

The technique which deletes an execution file itself and a folder includes it

I am developing the program which deletes the execution file itself for a uninstaller. Because it was the theme frequently taken up also at this site, I found the way easily. One of answer ...
0
votes
3answers
99 views

Deleting with iteration in PHP

Here is my recursive file and folder remover function. function rmdirRecursively($dir) { global $exc; $it = new RecursiveIteratorIterator( new ...
2
votes
1answer
396 views

How to search folder name and delete sub folders, but not searched folder

OK I need a batch file that prompts the user for a file path, and the first 3 letters in the folder name. Then the batch goes and deletes all the folders and files in the folders with these 3 letters, ...
2
votes
1answer
168 views

Delete album folder with images

i'd like some help please. I'm trying to delete an album with all images inside. The path to the albums and images stored is this *../_uploads/< album_name >/< image_file >*. Here's the code in ...
1
vote
2answers
695 views

Deleting folders present on remote machine using batch file

I want to delete couple of folders using batch file. But problem is that these folders are present on some other machine. But I can take the remote access to this machine on my machine. please help ...
1
vote
1answer
537 views

Delete Folder from SDCARD when Unistall App [duplicate]

Here i created one Android Application which download images from web and store images in Folder which located on SDCARD. When i Uninstall my Android Application i want to delete that Image Folder. ...
0
votes
1answer
414 views

How to delete image files under images folder in joomla 2.5 [closed]

How to delete image files under images folder while deleting the data from database in joomla 2.5
0
votes
0answers
22 views

owner of the main folder can create but not delete on Mac OS X server

Configure as owner of the main folder can create but not delete?How to set up folder permission,main folder not delete but subfolder can deleted?
0
votes
1answer
2k views

Delete the folder named “public” in dropbox

I created a folder named "public" in the root path in dropbox a few minutes age and now I just want to remove it. But it seems that the folder name "public" is quite special and I can't find a item ...
6
votes
2answers
526 views

Fast delete folder with more than 30000 images in Android

I have to delete folder with more than 30000 images. I have '.nomedia' file inside to prevent scanning all the time. Trying to delete all files I have to check file name for every file. If I miss this ...
-4
votes
3answers
981 views

delete folder and all subfolders plus files [duplicate]

Possible Duplicate: Recursive delete of files and directories in C# I am trying to delete all files and folders in a root folder but my programe keeps crashing because some files are over ...
2
votes
1answer
212 views

How to delete a folder when uninstalling a Blackberry app

In my Blackberry app I'm persisting data in a folder called "mydata" in the user folder in device memory. Is it somehow possible to delete this folder, when the user uninstalls my app? As I'm ...
1
vote
5answers
871 views

Can't delete project folders created by Visual Studio 2010

I created a Visual Studio 2010 project that I want to remove completely and that includes all project folders. I'm logged in as the administrator. I tried to delete the folders in the file explorer, ...
0
votes
1answer
604 views

How to delete a locked folder

I tried lot of things to delete a locked folder but I was not able to do it. I tried Process Explorer too. But nuthing works? Is there any other way we can delete the locked folder? I also saw various ...
1
vote
2answers
455 views

Delete all files inside a folder but the last?

I'm looking for a script to loop through a folder and delete all the files inside it but the last, most recent one ( I have marked the name of each file as ...
0
votes
1answer
2k views

How to delete a file/folder in a SDCARD under Android Platform [closed]

I want to know the Android code, to delete a file/folder in a sdcard.I tryed the code in the below : File folder = Environment.getExternalStorageDirectory(); String fileName = folder.getPath() + ...
1
vote
1answer
147 views

How do I delete a folder that gives me this error dialog: Folder Access Denied. You need permission to perform this action

Ok let me get some things out of the way first. 1) I have OWNERSHIP of the folder via Administrator profile. 2) I have set Permissions for FULL CONTROL (Allow checked). I did the 2 things mentioned ...
2
votes
5answers
2k views

Delete Folder if it is Empty using C#

I am writing a tool that will allow me to go though a fairly large list of Directories and Sub-directories. I would like it to delete a folder if there it is empty. I can delete folders and sub ...
1
vote
1answer
234 views

How to select nested .svn folders in Total Commander?

In my project I have near 1000 nested folders. I need delete all .svn. Manually it seems takes many time. Does TotalCommander can help?
4
votes
3answers
5k views

How to delete empty folders using windows command prompt?

I need to delete all empty folders from my application folder using windows command prompt? How can I create a bat file like that? Please help me Thanks
0
votes
1answer
2k views

windows 7 batch file to delete and remove folders then copy entire folder (and subfolder)

It's been a long time since I've created any batch files. What I"m trying to do is delete an entire folder, and then copy another folder (and it's sub folders and files) to the location where I ...
0
votes
2answers
2k views

How to delete file or folder? [duplicate]

Possible Duplicate: How do I remove/delete a folder that is not empty with Python? I scripting folder create,delete,rename script, How to delete file or folder? Scripting language -- ...
0
votes
0answers
270 views

how to recover files in home folder

OS: ubuntu 10.10 I did a really stupid thing. I mount a iso file to /home/leler, so all the folder under /home/leler is gone. when I click the "Place->Home Folder", it promps: " Nautilus could not ...
1
vote
2answers
2k views

how to delete a read only folder in windows xp?

I have tried multiple options. I check properties and tried to uncheck read-only (but again it is changed back to read-only). I tried changing the permissions from command prompt and do rm -rf but ...
5
votes
3answers
641 views

Secure wipe a directory

I know how to wipe a file in c# including it's sectors and such. But how do I overwrite the directories themselves? Example: @"C:\mydirectory\" must be unrecoverable gone forever (all files ...
2
votes
2answers
2k views

How to delete files in multiple unknown folders from a single bat file?

Suppose I don't know names of all the folders in a directory. I want to delete all the .exe file in those folders from a single bat file. What will be the command? Is it possible? cd ? del *.exe
16
votes
6answers
31k views

Android - How to delete a whole folder and content?

I want the users of my application to delete the folder DCIM which is on the SD card and contains folders. I want them to do this when they click on a button within the application? is this ...
0
votes
1answer
2k views

C# : How can FTPClient delete a directory?

I want to Delete a folder in ftp. Can FTPClient object delete it?
1
vote
3answers
552 views

Delete folder with c#

i'm new on c# and i will make a simple tool that has a button to delete all folders in documents and settings, but not the administrator folders. Can some one tell me how i can do this? THX for help ...
0
votes
2answers
220 views

how to automatic deleting files to a folder in ubuntu?

how to automatic deleting files to a folder in ubuntu?, I need to do a script to delete files from a folder that is filled with the execution of a process on my server. thanks for your answers and ...
0
votes
3answers
985 views

What is the safest way in ColdFusion to delete a folder and it's contents?

I am finishing creating a file upload utility for our site, and if the upload is an invalid format (per our specs not worth going over here) I would want to delete the folder the zip file was unzipped ...
1
vote
2answers
1k views

Batch file to delete specific folders

I need a batch file that will recursively remove all directories with a certain filename. This is what I have so far and its not working. FOR /D /r %%G IN ("*.svn") DO DEL %%G Thanks!
0
votes
2answers
1k views

How to **delete-protect** a file or folder on Windows Server 2003 and onwards using C#/Vb.Net?

Is it possible to delete-protect a file/folder using Registry or using a custom written Windows Service in C#? Using Folder Permissions it is possible, but i am looking for a solution that even ...
0
votes
2answers
79 views

How to delete a folder in which was started ap a script? (php)

so I have a delete.php in folder abc so i call localhost/abc/delete.php . I want to be able to delete abc folder and all its contents from server when I call localhost/abc/delete.php How to do such ...
5
votes
3answers
6k views

Deleting a folder in TFS

I created a folder in a TFS Project under workspace "CPortalWS". I deleted the workspace, but now I would like to delete the folder in the project and the delete option is not available. I've tried ...
2
votes
2answers
341 views

How can I opt the user to delete all files in a folder (but no subdirectories)?

I've got a folder path. The folder contains a lot of files as well as some subfolders. I'd like to let the user delete the files (but not the folders) using the standard windows dialog. I'm currently ...
1
vote
3answers
3k views

PHP delete the contents of a directory

How do I do that? Is there any method provided by kohana 3?
14
votes
5answers
56k views

How to delete files/subfolders in a specific directory at command prompt in Windows

Say, there is a variable called %pathtofolder%, as it makes clear it is a full path of a folder. I want to delete every single file and subfolder in this directory, but not the directory itself. ...

1 2