|
-
Apr 25th, 2001, 04:19 PM
#1
Thread Starter
Lively Member
eazy one
Hey,
When i'm deleting a file with format of 'ULOG.*' it only deletes the ones in lower case, like 'ulog.*'
I know this is easy.... i'm using kill "path\ULOG.*"
Cheers,
Housey
-
Apr 25th, 2001, 04:29 PM
#2
_______
<?>
Option Explicit
Option Compare Text
'event code
Kill path/file
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Apr 25th, 2001, 04:35 PM
#3
Hyperactive Member
The Kill statement is not case sensitive, neither is windows for referencing a file name. You cannot have a file named TEST.txt and test.txt in the save directory. Using Kill "C:\test.*" will remove either of them (I tried it). I'm not sure why your program isn't working - are you sure the file isn't write protected, or in use ?? Is the program using the correct path/filename etc ??
Sounds fishy !!
-
Apr 25th, 2001, 04:46 PM
#4
Thread Starter
Lively Member
--
hello,
I assure u that this is the case and to test it I copied a text doc a couple of times and renamed it ulog.txt and ULOG.txt, the lowercase on was removed.
Thx,
Housey
-
Apr 25th, 2001, 05:45 PM
#5
Thread Starter
Lively Member
pls forgive my dumbness!
Hi,
Err... I made a silly mistake and ofcourse U were right /
/me slaps himself!
Housey
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|