Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what is the default path that Kill looks for when deleting
a file where a path is not specified? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
On time kill | Excel Discussion (Misc queries) | |||
hyperlink navigation path path wrong in Excel 2003 | Excel Discussion (Misc queries) | |||
kill worksheets | Excel Programming | |||
Syntax for using the full path to get a value | Excel Programming | |||
AutoFill KILL | Excel Programming |