IT Community - Software Programming, Web Development and Technical Support

Actove Directory

This is a discussion on Actove Directory within the VB.NET Programming forums, part of the Software Development category; hi all,, how to delete a file using the Delete method ..? Thank you sundaram...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > VB.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-25-2008, 06:39 AM
Sundaram Sundaram is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Location: chennai
Posts: 117
Sundaram is on a distinguished road
Send a message via MSN to Sundaram Send a message via Yahoo to Sundaram
Default Actove Directory

hi all,,
how to delete a file using the Delete method ..?

Thank you
sundaram
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-25-2008, 06:40 AM
Mramesh Mramesh is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Location: Chennai
Posts: 106
Mramesh is on a distinguished road
Send a message via MSN to Mramesh
Default Re: Actove Directory

hi

Shows how to delete a file using the Delete method

Code:
Dim objFSO, objFile
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.CreateTextFile("c:\test.txt", True)
objFile.Close
Set objFile = objFSO.GetFile("c:\test.txt")
objFile.Delete
__________________
M.Ramesh Kumar
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Active Directory Requirement nnraja Server Management 1 10-17-2007 03:06 AM
Spool directory vigneshgets Operating Systems 1 08-17-2007 11:20 PM
How can I create a virtual directory (or map virtual directory) for my website in TFS kingmaker ASP and ASP.NET Programming 1 07-27-2007 05:34 AM
What is your best PHP Directory Script? moinuddin102 PHP Programming 1 04-24-2007 12:03 AM
Directory Size pranky PHP Programming 0 02-24-2007 12:04 AM


All times are GMT -7. The time now is 11:07 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0