Advertisement

1 - 10 of 108 containing alltags:("file_exists") (0.002 seconds)
how can i programticly tell if a file exists or does not exist?  im using a winNT 4.0 system with forms version 5
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 :)
Zones: Delphi ProgrammingDate Answered: 04/17/2000 Grade: A Views: 0
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 ?
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 ?
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...
Zones: Ms Office SuiteDate Answered: 02/21/2001 Grade: A Views: 0
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...
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.
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...
Zones: Delphi ProgrammingDate Answered: 08/05/2003 Grade: B Views: 0
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, ...
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...
Zones: Visual BasicDate Answered: 09/24/2004 Grade: A Views: 0