Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Kill Syntax and path

what is the default path that Kill looks for when deleting
a file where a path is not specified?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Kill Syntax and path

Kill Statement


Deletes files from a disk.

Syntax

Kill pathname

The required pathname argument is a string expression that specifies one or
more file names to be deleted. The pathname may include the directory or
folder, and the drive.


--
Don Guillett
SalesAid Software

"Joe User" wrote in message
...
what is the default path that Kill looks for when deleting
a file where a path is not specified?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Kill Syntax and path

It looks at the default drive, default directory on that drive.

? curdir

should tell you what this is.

--
Regards,
Tom Ogilvy

"Joe User" wrote in message
...
what is the default path that Kill looks for when deleting
a file where a path is not specified?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Kill Syntax and path

If a directory path is not specified, Kill looks in the current
directory, the directory returned by CurDir.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Joe User" wrote in message
...
what is the default path that Kill looks for when deleting
a file where a path is not specified?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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
On time kill Antonio Excel Discussion (Misc queries) 4 June 8th 06 10:50 AM
hyperlink navigation path path wrong in Excel 2003 CE Admin Excel Discussion (Misc queries) 5 January 7th 06 07:47 PM
kill worksheets portroe Excel Programming 2 January 25th 04 11:11 PM
Syntax for using the full path to get a value Tommy Flynn[_2_] Excel Programming 4 November 17th 03 07:15 PM
AutoFill KILL Frustrated[_2_] Excel Programming 1 July 29th 03 04:40 PM


All times are GMT +1. The time now is 06:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"