Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     !IBI.FIL - Specifying Folder of File

Read-Only Read-Only Topic
Go
Search
Notify
Tools
!IBI.FIL - Specifying Folder of File
 Login/Join
 
Platinum Member
posted
I have a series of HTM pages that are created by Report Caster and called into the intranet page using IBI.FIL commands. At the moment the files are dropped into the same folder as the fex and so are found no problem. I want to save the htm files in a subfolder, can I specify a path with IBI.FIL, so instead of
!IBI.FIL.myfile, it would be
!IBI.FIL.myfolder\myfile or something?

Thanks

Tewy


WF 7.6.11
Output: HTML, PDF, Excel
 
Posts: 123 | Location: UK | Registered: October 09, 2003Report This Post
Platinum Member
posted Hide Post
Hi Tewy,
You could try something like this....
-SET &PATH = 'C:\ibi\apps\';
-SET &PRINT = &PATH || FILE_NAME || '.HTM';

FILEDEF MYFILE DISK &PRINT

!IBI.FIL.MYFILE;


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
 
Posts: 173 | Registered: November 16, 2005Report This Post
Expert
posted Hide Post
Tewy,

Not exactly, you would have to filedef it if the folder is not in your path.

To check the path use APP SHOWPATH.

Use APP FI MYFILE DISK yourapp/yourfile.extn. In the example (tested) the delivery app is not in the path but the contents of testpath.txt show fine. -
APP FI MYFILE DISK delivery/testpath.txt
-HTMLFORM BEGIN
<html>
<head>
<title>Title</title>
</head>
<body>
!IBI.FIL.MYFILE;
</body>
</html>
-HTMLFORM END


T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
thanks, works like a charm!


WF 7.6.11
Output: HTML, PDF, Excel
 
Posts: 123 | Location: UK | Registered: October 09, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     !IBI.FIL - Specifying Folder of File

Copyright © 1996-2020 Information Builders