Enter Keywords:
1 - 10 of 391(0.001 seconds)
Sort By:
 
How do i use "dir" to make my program search all the files, directories and subdirectories with wildcards characters? E.g. I want to search for the ENTIRE c:\ if it has a folder which contains the ...
Zones: Visual BasicDate Answered: 05/17/1999 Rating: 7.8 Views: 0
i need some api or function to get the size of a given dir please hurry thanks
Zones: Visual BasicDate Answered: 09/01/1999 Rating: 5.8 Views: 0
Hi, I want to change the current result format, in Windows NT 4 , when I type dir at the dos prompt. I want it to look like windows '95s DIR, filename first then size then date. thanks
Zones: Windows NTDate Answered: 03/14/2002 Rating: 8.0 Views: 0
Can someone show me the proper way and best way of removing a specific directory and all it's sub directories even if they contain files? I have been fooling with it and kindda can do it but it isn...
Zones: PerlDate Answered: 06/30/2000 Rating: 6.8 Views: 0
I want to create a a list box that contains all the folders in a specific directory. right now I have something like mydir=(?c:\?,vbdirectory) with listbox1     do while mydir????         ...
Zones: MS OfficeDate Answered: 09/09/2000 Rating: 8.6 Views: 0
I was wondering the directory of a bios\Filename.  I have downloaded my much needed bios but when I try to install/or flash the new bios it asks me for:  filename directory and other things I don't...
Zones: HardwareDate Answered: 07/13/2000 Rating: 4.6 Views: 0
Whenever I execute Runtime.exec("dir") on a Win NT 4, I get an exception with the following message:   "CreateProcess: dir  error=2" The line of code is:   Runtime.getRuntime().exec("dir"); ...
Zones: JavaDate Answered: 07/28/2000 Rating: 8.8 Views: 0
#include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include <limits.h> #include "headers/ourdr.h" #include <iostream.h> #include <unistd.h> void main(char *str) { void disp...
Zones: Linux DevDate Answered: 11/18/2000 Rating: 6.8 Views: 0
Hello i am using following code in the agent.    but it  gives me error "Illegal function call"  filename$ = Dir$("\\Lbriggi\dds-ljb",16)      Msgbox(filename$) where "Lbriggi" computernam...
Zones: Lotus NotesDate Answered: 01/28/2002 Rating: 7.6 Views: 0
What i am looking for is a way to read the names of directories ina given directory and store them in an array, i would also like to do the same for files in the directory.  What is the best way to...
Zones: Visual BasicDate Answered: 01/01/2002 Rating: 8.6 Views: 0