Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Urme webforumsuser@macromedia.com #1
checking for an existing file
Hello everyone, I would like to check for an existing external file. However I would like to check if a file has not been written yet.
Now from the beginning! I am writing files with user information (e.g. images of the user) on my HD. I would like to number them and check for the last number that has been written. Therefore I would properly need an integer loop or something that checks if file one is written, if file two is written... and so on...
any ideas how to write that in lingo!?
thanks everyone!
Urme
Urme webforumsuser@macromedia.com Guest
-
PHP to existing excel file
Hello, I am looking for a solution to export some data from a mysql database to a well formatted excel file. On this site i have found a... -
Checking for existing DataRowVersion.Original?
Got the answer. dataset1.tables("table_name").row(0).HasVersion (DataRowVersion.Original) to -
Checking for existing username
Paul wrote: You have a leading space in the username in this query. That's probably the problem. If you don't have magic quotes... -
Checking for existing records before data inputting
Hi - I have a form containing details of students. Each student has a unique field called "Student Number". I want to be able to type in a... -
PDF file from existing WebForm
You might want to check out ABCpdf for that ability: http://www.websupergoo.com/helppdf3net/4-examples/17-htmlimport.htm "mg" <mg@theworld>... -
Ned #2
Re: checking for an existing file
with filextra4 or buddyAPI you have all th functions you need :
Filexists(filename) will return true or false, fileList(folder) will return
lits of files, etc....
hth
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"Urme" <webforumsuser@macromedia.com> a écrit dans le message de
news:bqldqt$def$1@forums.macromedia.com...
| Hello everyone, I would like to check for an existing external file.
However I would like to check if a file has not been written yet.
| Now from the beginning! I am writing files with user information (e.g.
images of the user) on my HD. I would like to number them and check for the
last number that has been written. Therefore I would properly need an
integer loop or something that checks if file one is written, if file two is
written... and so on...
| any ideas how to write that in lingo!?
| thanks everyone!
| Urme
|
|
Ned Guest



Reply With Quote

