× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I tried a few things.  I could get it to ignore *.ft files, but not *.ft 
directories, nor the files in a *.ft directory (unless the file ended with 
*.ft).  *.ft, in real life, would be a directory not a file, so I guess 
that doesn't help you.

Maybe try the midrange-l?


md '/deleteme'
md '/deleteme/1'
md '/deleteme/2'
edtf '/deleteme/duh.txt'
CPY OBJ('/deleteme/duh.txt')
    TOOBJ('/deleteme/duh.ft')
CPY OBJ('/deleteme/duh.txt')
    TOOBJ('/deleteme/1/duh.txt')
CPY OBJ('/deleteme/duh.txt')
    TOOBJ('/deleteme/1/duh.ft')
md '/deleteme/2/sample.ft'
CPY OBJ('/deleteme/duh.txt') 
    TOOBJ('/deleteme/2/sample.ft/duh.txt')
Object copied. 
SAV DEV('/qsys.lib/rob.lib/rob.file')
    OBJ(('/deleteme/*')) 
    PATTERN(('*')
            ('*.ft' *OMIT))
   OUTPUT(*print) 
5 objects saved. 

Directory  . . . . . . . . . . . . . . . . . . . :   /deleteme 
Number of objects saved  . . . . . . . . . . . . :   3 
Number of objects not saved  . . . . . . . . . . :   0 
Size (in K) of objects saved . . . . . . . . . . :   24 
 
  Object              Type          Owner                 Size 
  1                   *DIR          ROB                   8192 
  2                   *DIR          ROB                   8192 
  duh.txt             *STMF         ROB                   8192 
Directory  . . . . . . . . . . . . . . . . . . . :   /deleteme/1
Number of objects saved  . . . . . . . . . . . . :   1 
Number of objects not saved  . . . . . . . . . . :   0 
Size (in K) of objects saved . . . . . . . . . . :   8 
 
  Object              Type          Owner                 Size 
  duh.txt             *STMF         ROB                   8192 
Directory  . . . . . . . . . . . . . . . . . . . :   /deleteme/2/sample.ft
Number of objects saved  . . . . . . . . . . . . :   1 
Number of objects not saved  . . . . . . . . . . :   0 
Size (in K) of objects saved . . . . . . . . . . :   8 
 
  Object              Type          Owner                 Size    Data 
  duh.txt             *STMF         ROB                   8192    Yes 
Total number of objects saved  . . . . . . . . . . . . :   5 
Total number of objects not saved  . . . . . . . . . . :   0 
Total size (in K) of objects saved . . . . . . . . . . :   40 

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.