how can i programticly tell if a file exists or does not exist? im using a winNT 4.0 system with forms version 5
http://www.experts-exchange.com/Database/Oracle/Q_10292254.html
Zones:
OracleDate Answered: 02/09/2000 Grade: A Views: 0
How do I showmessage to user if they are trying to save over an existing file?
<Filename> already exists, Do you wish to replace it?
<Yes> <No>
A full example please :)
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10329664.html
1. How to check weather a particular file is present or not in a folder if found want to return its size.
2.can directory size be found directly ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10469719.html
Zones:
Visual BasicDate Answered: 08/10/2000 Grade: C Views: 0
1. How to find whether a file exists or not and if present print its size.
2. Is there any method of finding directory size directly ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10469798.html
Zones:
Visual BasicDate Answered: 06/19/2000 Grade: A Views: 0
Hi, I currently Have a Macro That will save a sheet as text, which works fine. However, If the file that is being saved already exists, it will ask the user if they would like to overwrite the exis...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_200...
I need to be able to detect if a file exists before creating the hyperlink to the file using:
document.write('<a href="' + moooo + '">Weekly Staff Bulletin</a><br>')
with the filename being s...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20093316.html
Zones:
JavaScriptDate Answered: 08/30/2001 Grade: B Views: 0
Hello,
Trying to find way in javascript (client) to check if file exist before I use: document.location (File_URL)
Thank you.
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20104107.html
Zones:
JavaScriptDate Answered: 01/15/2003 Grade: A Views: 0
hi!,
I'm using FTP and I would like to know how to check a remote file exists. The code I'm actually using is:
procedure TfrmMain.UploadLFile(ASourceFile, ADestFile: string);
begin
if F...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20698338.html
Hi,
I am creating a program (console application) which prompts a user to enter their account number (same as file name), then the program checks to see if the file exists. If the file exists, ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20901160.html
Zones:
C++Date Answered: 03/02/2004 Grade: A Views: 217
how can i check if a file already exists, so that there is a msgbox that prompts the user if he/she wants to overwrite copying that file?
Dim conn As New ADODB.Connection
Set conn = New ADODB.C...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21143597.html
Zones:
Visual BasicDate Answered: 09/24/2004 Grade: A Views: 0