folders

Is there way to expand all folders in Eclipse project view and search results?

I'm spending a lot of time manually expanding deeply-nested folders in tree views like the Project Explorer and the File Search result tree. Is there a keyboard shortcut or menu command to expand all folders? ...

How to Display MetaData For SharePoint Folder Above The List

Hi, I've created my own Content Type in SharePoint 2007 which is based on the Folder type. I've then extended it by adding a "Description" rich text field to accompany the Folder's title. When navigating the folder hierarchy I want to show this "description" above the List/View of child Items/Folders in the custom Folder being shown. I...

move files to folders with partial names

hi, i have about 250 files that i need to move to a specific folder. the problem is that folder only have the partial name of the files. for example, i need to move file: "12345.txt" to folder "12345 - hello" as each folder starts by the actual file name. can i do this in a batch file in dos? thank you. ...

How to reorder Folders in Visual Studio 2008 Web Application Project ?

If I create new folder in VS project ,Automatically VS reorder all project folders alphabetically I want to order them as I want .. Is there any way to do that ? ...

How to specify multiple source folders in build.properties when using ant to build Android projects?

Apparently, I can specify source folders using the source.dir property in build.properties - but what if I want to specify multiple source folders ? The comments below are from the build.xml file generated by the Android SDK tools: <!-- The build.properties file can be created by you and is never touched by the 'android' tool. Thi...

How to run a SyncBack profile with custom source and destination folders?

I am using SyncBackSE to synchronize folders between two locations. Since the full sync takes too long, I want to run the sync profile only for the specified source and destination folders via the command line. Any ideas how to do that? ...

Quickly determining if a folder contents have been modified

I need to determine which folders contain files that have been modified "recently" (within a certain interval). I notice that folder datestamps seem to get updated whenever a contained file is modified, but this behaviour doesn't propagate up the tree, i.e. the datestamp of the folder containing the folder that contains the modified fil...

How do you recompile a jar file?

I took an old jar file and edited it. Now i have a folder that has all the files and I want to recompile them back to a jar file. How do i do this? ...

How to traverse all sub-folders with special file in it!?

I want to traverse all sub-folders of a particular folder and check whether they have a special file in it otherwise delete the sub-folder. Take this example (file.txt being the special file here): folder_all folder1 file.txt folder2 file.txt folder3 empty Because "folder3" doesn't have the file, I'd like to delete it. And t...

How to delete all occurrences of .BackupManager and BackupManager.list from C:\ drive on Windows 7?

I just bought an Acer Aspire 5551. Nifty little laptop, great price. Last night, I tried Acer Backup Manager for the first time. Besides taking hellish long (compared to SyncBack), it also created a folder .BackupManager in every folder on my C:\ drive!!! What a mess. I would like to delete all occurrences of this folder, and the files ...

ftp folders from one server to another using batch script

Hi, How can we transfer/ftp a folder with its contents from one server to another using batch script? Is it something that can be achieved using a secured file transfer like winscp, but to run from batch script. Appreciate your help Regards, Orbit ...

IMAPSize makes sketchy inaccessible files -- how can I access them?

I'm using this program IMAPSize to backup an IMAP inbox. It makes the backup in C:\Program Files\IMAPSize\backup, but somehow the "backup" folder is only visible to the program, and not to Windows Explorer or even Command Prompt! "Show hidden files" is on. I've already tried running as Administrator. When I go to the "select backup f...

How do you create a shortcut to a folder in Windows Installer?

I need to install a shortcut that opens one of the folders that I'm creating. What mist I do to create a shortcut whose target is a folder instead of a file? I tried making the folder the shortcut's target, but when I try to install the application, Windows Installer tells me that the shortcut can't be created even though both the destin...

Folder size linux

Hi I need to monitor folders on my linux machine periodically to check whether they are exceeding certain limits. I have checked stat function call but running stat recursively on all sub folders and files is time consuming and I need to do this for all folders. Does kernal maintain any datastructures which I can interpret in my progr...

Recursive folder listing in a drop down menu, in php

Im building a file manager which allows users to create folders within folders (within folders) to store their files. I didn't put a real limit on the depth of folders, but I'll probably make it 10 or something like that. How could I list all the folders (in a tree structure) inside the drop down menu, like so? / /Folder 1 /Folder 2 ...

Batch script to create folders based on filenames

I have a folder with a lot of PNG images that I want to create folders for based on their filenames. I would then want the files to be moved into their respective folders of the same name and renamed to 0000.png. Example: - abcd.png - efghi.png - jklm.png - nopqr.png - stuv.png - wxyz.png To: - abcd/0000.png - efghi/0000.png - jklm/...

How can I recursively delete folder with a specific name with PowerShell?

I can delete files with specific extensions in multiple folders with this: Get-childitem * -include *.scc -recurse | remove-item But I also need to delete folders with a specific name - in particular those that subversion creates (".svn" or "_svn") when you pull down files from a subversion repo. ...

SharePoint Dataview and files in subfolders

My dataview is pointed to a Document Library. I noitced files in folders and subfolders don't list - only the folders themselves. Is there any way to list files in a particular folder or all files in all folders? What I'm trying to do is tie a folder to entries in a custom list. I'd like a folder for every ID in that custom list. When...

Downloads folder: not special enough?

In .Net we can retreive the paths to 'special folders', like Documents/Desktop etc. Today I tried to find a way to get the path to the 'Downloads' folder, but it's not special enough it seems. I know I can just do 'C:\Users\Username\Downloads', but that seems an ugly solution. So how can I retreive the path using .Net? ...

how do i access my root folders, through my php script?

i have this include function in a file inside another folder called ajax, but it wnt let me access this include file: include("includes/connect.php"); i dont know what to do, thanks, and im using localhost? Warning: include(includes/connect.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\f...