Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


can't delete file

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,57648
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> can't delete file
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 can't delete file - 3/7/2008 12:14:18 AM   
  diablo

 

Posts: 46
Score: 0
Joined: 3/4/2008
Status: offline
dim fso
Set fso = CreateObject("Scripting.FileSystemObject")

dim ftpbestand   
Set ftpbestand = fso.CreateTextFile("bestand1", True)
ftpbestand.WriteLine("test")
ftpbestand.Close

fso.DeleteFile("bestand1") or fso.DeleteFile "bestand1"  => doesn't work :-(
 
 
Post #: 1
 
 RE: can't delete file - 3/7/2008 12:31:53 AM   
  diablo

 

Posts: 46
Score: 0
Joined: 3/4/2008
Status: offline
and when I use this, it's gives an error of permission denied

dim f1
set f1= fso.GetFile("ftpscript")
f1.Delete

(in reply to diablo)
 
 
Post #: 2
 
 RE: can't delete file - 3/7/2008 1:54:59 AM   
  dm_4ever


Posts: 2641
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
Have you tried...

fso.DeleteFile "C:\temp\file.txt", True 

You should look up the documentation for FileSystemObject:  http://msdn2.microsoft.com/en-us/library/z9ty6h50(VS.85).aspx

_____________________________

dm_4ever

My philosophy: K.I.S.S - Keep It Simple Stupid
Read Me: http://www.visualbasicscript.com/m_24727/tm.htm
Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to diablo)
 
 
Post #: 3
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> can't delete file Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts