IT SOLUTIONS
Your full service technology partner! 
-Collapse +Expand
Paradox
Search Paradox Group:

Advanced
-Collapse +Expand Paradox To/From
To/FromCODEGuides
-Collapse +Expand Paradox Store
PRESTWOODSTORE

Prestwood eMagazine

October Edition
Subscribe now! It's Free!
Enter your email:

   ► KBDesktop Data...Paradox & Ob...ObjectPAL Co...OPAL: Langua...   Print This     
  From the June 2010 Issue of Prestwood eMag
 
Paradox OPAL: Language Details:
Using IsFile() Example
 
Posted 16 years ago on 6/3/2008
Take Away: ObjectPAL IsFile example demonstrates how to check if a file exists.

KB101146

Suppose that you wish to find out whether a file exists. In this example, you use the fact that isFile() returns a Logical to determine wether a file exists.

Create a form and add a button to it. Label the button Using a Logical.

Add lines 3-8 to the pushButton event of the Using a Logical button. Line 4 declares l as a Logical variable. isFile() returns True if the file exists and False if it doesn't. In line 7, l is given this return value from isFile(). Line 8 displays the result. Note that you passed view() a title to display.

 1: ;DATATYPE :: btnLogical :: ushbutton
 2: method ushbutton(var eventInfo Event)
 3: var
 4:   lFileExist   Logical
 5: endVar
 6:
 7: lFileExist = isFile("C:\\AUTOEXEC.BAT") ;Note the double "\"
 8: lFileExist.view("Does file exist?")
 9: endMethod

Check the syntax, save the form as ISFILE.FSL, and run it. Click the button. The Logical viewer will display True or False, depending on whether the file exists.


Comments

1 Comments.
Share a thought or comment...
Comment 1 of 3

Because of this detailed explanation and ObjectPAL IsFile example, I have understood now how I can find the missing files. You have to read paperhelp review online now. You are constantly making my experience enjoyable with these kinds of demonstrations.

Posted 51 months ago

Comment 2 of 3

With the help of your source, I think I can do something to save my programming career. I have learned a significant amount of coding techniques which I am practically implementing right now. I try to get casino vouchers for playing online with friends and introduce some new changes in these learned techniques too.

Posted 49 months ago

Comment 3 of 3

Discover the best Weed Killers in Best Sellers. best weed killer 2020

 
Posted 47 months ago
 
Write a Comment...
...
Sign in...

If you are a member, Sign In. Or, you can Create a Free account now.


Anonymous Post (text-only, no HTML):

Enter your name and security key.

Your Name:
Security key = P1116A1
Enter key:
KB Post Contributed By Mike Prestwood:

Mike Prestwood is a drummer, an author, and creator of the PrestwoodBoards online community. He is the President & CEO of Prestwood IT Solutions. Prestwood IT provides Coding, Website, and Computer Tech services. Mike has authored 6 computer books and over 1,200 articles. As a drummer, he maintains play-drums.com and has authored 3 drum books. If you have a project you wish to discuss with Mike, you can send him a private message through his PrestwoodBoards home page or call him 9AM to 4PM PST at 916-726-5675 x205.

Visit Profile

 KB Article #101146 Counter
9234
Since 6/3/2008
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2024 Prestwood IT Solutions.   [Security & Privacy]