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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10161614.html
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10184807.html
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
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10207296.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10564181.html
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????
...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_105...
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...
http://www.experts-exchange.com/Hardware/Misc/Q_10621821.html
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");
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10842021.html
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...
http://www.experts-exchange.com/Programming/System/Linux/Q_11890878.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20250325.html
Zones:
Visual BasicDate Answered: 01/01/2002 Rating: 8.6 Views: 0