Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
328 views

Python “dir” equivalent in Clojure

Does anybody know if there is a Clojure equivalent for Pythons "dir". Basically I need to know the functions I can call on something or more specifically for java objects I want to know the methods ...
6
votes
2answers
2k views

Find windows folder programatically in c#

I am writing a program to kill and restart explorer but I don't want to hard code the location becuase some people install windows in diffrent places (for example i found someone who had it installed ...
5
votes
4answers
176 views

How to check if directory exist using C++ and winAPI

I am coming from perl, and I can't seem to find how to check if a directory exists using c++ and windows api. I am new to c++ so this probably is a noob question. So sorry if I waste your time! ...
5
votes
2answers
339 views

Why is 'dir()' named 'dir' in python?

In Python there is a built-in function called dir. This is used to get a list of all the attributes for an object. I understand what it does, but I am confused about why it is called dir. How is ...
4
votes
1answer
80 views

list the subfolders in a folder - Matlab (only subfolders, not files)

I need to list the subfolders inside a folder using Matlab. If I use nameFolds = dir(pathFolder), I get . and .. + the subfolder names. I then have to run nameFolds(1) = [] twice. Is there a ...
4
votes
4answers
965 views

C++: include all files in a directory?

How can one achieve what the following code is trying to do? #include "dir/*"
4
votes
3answers
3k views

php access network path under windows

within PHP (XAMPP) installed on a Windows XP Computer Im trying to read a dir which exists on a local network server. Im using is_dir() to check whether it is a dir that I can read. In Windows ...
3
votes
5answers
92 views

finding files in a dir

I have a directory with a lot of files inside: pic_1_79879879879879879.jpg pic_1_89798798789798789.jpg pic_1_45646545646545646.jpg pic_2_12345678213145646.jpg pic_3_78974565646465645.jpg etc... I ...
3
votes
3answers
243 views

Why matlab does not understand * in the names of files?

I tried to use: dir('dirname\*') and it did not work. It started to work after I started to use: dir('dirname\m*') Does anybody know why?
2
votes
2answers
78 views

Use Dir to return files from a folder in file system order

PixPath is the full path to a folder of jpg's, and I'm using code like the following to process each jpg. fileName = Dir(PixPath) Do Until fileName = "" If Right$(fileName, 4) = ".jpg" Then ...
2
votes
3answers
118 views

PHP recursive delete function

I wrote recursive PHP function for folder deletion. I wonder, how do I modify this function to delete all files and folders in webhosting, excluding given array of files and folder names (for ex. ...
2
votes
3answers
209 views

git submodules are ruining my day

Currently I am trying to clone this git repo: https://github.com/twilio/OpenVBX into my main repo, as though it was a directory. The issue lies, in it that when I try to commit the main repo with git ...
2
votes
2answers
513 views

How to get Ruby Dir#glob to return basenames, not absolute_paths?

FakeProfilePictures::Photo.all_large_names_2x (defined below) returns an array of absolute path names, but when I do Dir["picture_*@2x.*"] from the correct directory in irb, I only get the basenames ...
2
votes
3answers
70 views

“DIR *759*” does not return files with 759 in the name. Is this a Windows 7 issue?

I just opened a command prompt and did a: DIR *759* To my surprised, it did not return files containing 759 in the name. Here are the results: 56CheckRegister_0710.RTF ...
2
votes
2answers
1k views

Qt - How to get the “Temp” dir for an arbitrary user?

For each OS there is a location for storing temporary data. It could be like: C:/Users/[user name]/AppData/Temp (or so). How can I get this path independently from OS with QT?
2
votes
8answers
7k views

Using SAS Macro to pipe a list of filenames from a Windows directory

I am trying to amend the macro below to accept a macro parameter as the 'location' argument for a dir command. However I cannot get it to resolve correctly due to the nested quotes issue. Using ...
1
vote
1answer
33 views

DOS dir /tw switch not working

I'm trying to compare a list of files with a control file on their modified timestamp using dir /b /tw /od controlfile olderfile | more +1 this should return the controlfile as the modified date ...
1
vote
4answers
55 views

Lua change current/working dir, Linux (without LFS or any non-std modules)

I need to change current working dir in lua script for execute specific actions, but i have a trouble with this simple task. I write test script test.lua : os.execute("cd /usr") os.execute("ls") ...
1
vote
1answer
35 views

Error setting include path

This is the code I'm using (it's the index.php file) /* Set an include path */ $dir = explode('/', __DIR__); $i = count($dir); unset($dir[$i-1], $dir[$i-2]); $path = implode('/', $dir); ...
1
vote
2answers
257 views

Python Fabric: How to retrieve a filelist of a dir

I'm building a remote server admin tool using the python-fabric library and am looking for a good way of retrieving a filelist for a directory on the remote server. Currently I'm using run("ls dir") ...
1
vote
2answers
164 views

ls or dir - limit the number of file name returns

Is there a way to limit the number of filenames to be returned using the ls or dir command? I'm on a windows machine with cygwin, so either command will do. I have a directory with over 1 million ...
1
vote
1answer
67 views

How do I keep dir from matching short file names?

I have a batch file that includes a dir command that is trying to match files that end with a 1. dir *1.* This does not work because dir matches both the short and long versions of file names. So ...
1
vote
4answers
221 views

php - moving up a directory

I'm creating a directory in a php script, moving into that directory and doing some stuff. This part works fine. Now, I want to move out of this directory and delete it. Any pointers on how to do ...
1
vote
4answers
248 views

equivalent of (dir/b > files.txt) in PowerShell

dir/b > files.txt I guess it has to be done in PowerShell to preserve unicode signs.
1
vote
1answer
190 views

mod_rewrite subdomain + dir

I'm ashamed for having to ask this becous there is soooo many questions and answers out there about this but I have search and tried for weeks without positive results. I have file upload page with ...
1
vote
1answer
56 views

Trying to list files/folders WITHOUT a specific directory

I'm trying to get a file and directory listing for a web site I inherited. I opened a Windows command prompt (I'm using Windows 7) and entered the following command: dir /o:gn /s > filename.txt. For ...
1
vote
3answers
235 views

How can I get a list of all directory names and/or all files in a specific directory in MATLAB?

There are two things I want to do: Get a list of all the directory names within a directory, and Get a list of all the file names within a directory How can I do this in MATLAB? Right now, I'm ...
1
vote
2answers
868 views

Batch file that returns folder size

I'm having space issues on my Vista machine and need to figure out what's taking up so much space. I would like to write a simple batch file that returns all folders under C: and the size of each ...
1
vote
1answer
173 views

Use variable with Dir.glob

I am trying to make a small change to a Ruby script so i can specify a folder location at runtime. I was pretty sure that this would be an easy task, even though i am not a Ruby programmer, but i ...
1
vote
2answers
519 views

create a sub directory in asset directory on run time in android

Can anybody tell me how to create a sub folder in asset folder at run time and copy the files from res folder to my assets sub folder?
1
vote
2answers
341 views

Windows command line search for exact extension with dir

When I do a search: dir /b /s *.txt I get all files/folders with the extension .txt But I also get them when they have an extension like .txtx But I don't search for .txt How can I search for the ...
1
vote
3answers
306 views

How do I read a directory as a file in Unix?

I understand that a directory is just a file in unix that contains the inode numbers and names of the files within. How do I take a look at this? I can't use cat or less on a directory, and opening it ...
1
vote
7answers
2k views

Windows 'dir' command, Order By Name AND <something>

From the screenie below we can see a directory ordered by Name in Windows Explorer: *Edit: Didnt work -> * Link If I try the same thing in MS-DOS it orders by name differently - correctly: dir ...
0
votes
2answers
25 views

dir lists up until filenames starting with “c” then says file not found

I have a computer that does not show all of the files in windows explorer or when doing a dir from command line. When browsing in windows explorer - it goes up until file "cat.doc" then no more. If I ...
0
votes
2answers
29 views

powershell script to get size of “itune(s)” folders on our server

I'm still new to PowerShell and trying to figure the best way to get the size of individual Itunes folders on our server. There are multiple folders and they are all located in the user profiles. ...
0
votes
6answers
55 views

Bash script get user and change dir

How can I combine these two examples with pushd and whoami to change the directory? I know I can change the directory like this: #!/bin/bash pushd /home/mike/Pictures > /dev/null # do something ...
0
votes
2answers
45 views

view .m files in a folder (including subFolders) in MATLAB

I have a Folder Factors inside Project folder. (all inside MyDocuments/Matlab). I need the list of all .m files in the folder FACTORS. Factors has subFolders and these subFolders hold all the .m ...
0
votes
1answer
26 views

What permissions are required, which allow the volume info to be included with the Windows dir cmd?

I'm trying to figure out what permissions are required that would allow a user's account to see the volume information when they run the dir command in a cmd terminal. This is what the user is ...
0
votes
0answers
35 views

Show me all files with all subfolders but without linked folders. How?

What i need is a textual list of all files in the filesystem, but without the duplicates caused by the linked folders. I tried dir /s > allfiles.txt ...but the damn links. Who can help?
0
votes
2answers
83 views

exec zip root path

Im having some problems zipping a directory. The following line will do the trick but it also includes the root directory. exec('zip -r '.$tmp_zip.' '.$filename_no_ext.'/rss-ticker/*'); So I only ...
0
votes
2answers
40 views

Instruct PHP To Ignore Scanning A Folder

I've been working with a handy php script, which scans my site and spits out links to all the pages it finds. The problem is, it's also scanning my 'includes' folder, which contains all my .inc.php ...
0
votes
1answer
90 views

Setting up CakePHP shared hosting

I am following this doc for installing CakePHP on a shared hosting host: http://book.cakephp.org/view/915/Advanced-Installation I can't figure out where to install the cakephp files on my server. ...
0
votes
1answer
36 views

In cmd can I dir /s but only to n sub directories?

In the Windows command shell, cmd, is there a way to C:> dir /s but only to n sub directories? Seems to me that I have made this work in the past, though I may have corrupted that sector in my brain ...
0
votes
2answers
45 views

Best way to know if a folder has specified file types

I have a loop procedure in VB6 which explores all the folders from a specified file path. I then need to know if each detected folder contains MP3 files. I don't want to use the dir command because it ...
0
votes
1answer
35 views

Windows: How to list all the files in directory and sub directory with full path and creation date

I am using the below command but its giving only the full path of the files and not the creation date. Is there any way I can get the full path with creation date also. dir /s /b
0
votes
3answers
82 views

How do I loop through subdirectories?

Hey guys quick background. Using php mainly in 000webhost.com. Very novice/beginner. I learned most of what i know from youtube and developphp.com Okay so my question. I am trying to build a dynamic ...
0
votes
2answers
117 views

Bash script to find directories on system contains > 1000 files?

I need a way of finding all the directories on a server that contain more than a set number of files (eg. 1000+). I work on many big servers, and sometimes find directories containing millions of ...
0
votes
1answer
77 views

Python dir() not displaying all modules in a package

I'm using python 2.6 and I'm seeing somewhat weird behavior with the dir() function. I'm trying to import all the modules from a directory/package for a unittest but when I do a dir() on on the ...
0
votes
1answer
59 views

validate directory path

I'm writing a backup program in Ruby. The user enters the destination directory. How do i validate the entry? When i intentionally enter something silly like a/:mcjhs, I keep getting an error. (of ...
0
votes
1answer
98 views

Powershell prevent recursive lookup of parent folder only search child folders

I have created a script which can find all files in a provided directory of a specified format. The script will recursivly search the folder structure for these files. Write-host "Please enter ...

1 2