•  Back 
  •  The make-up of a DFS 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.5.15.1.16  dfs_snext                                            TOS

 Name:        »dfs_snext«

 Parameters:

                          a0  =  DTA *dta 
                          a1  =  DMD *dmd 
                       -> d0  =  long errcode 
               If necessary: 
                          a0  =  LINK *l 

 Description: The next matching file will be looked for, based on the 
              data that dfs_sfirst has stored in the reserved area of 
              the DTA. For this one can fall back on the functions of 
              the DOS_XFS that can be obtained with Dcntl:

               _dir_srch      Searches through a directory with FD
               reopen_FD      Opens an FD
               close_DD       Closes an FD
               filename_match Compares filenames
               conv_path_elem Coverts filenames
               init_DTA       Copies data from DIR to the DTA

 Group:       Make-up of a DFS

 See also:    MagiC's DFS-concept