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.6 dfs_ext_fd TOS Name: »dfs_ext_fd« Parameters: a0 = FD *fd -> d0 = long errcode Description: dfs_ext_fd is used when a file is to be created but the directory is already full. It is also used during the creation of a folder (Dcreate). fd is a prototype FD, which is already opened in the exclusive mode. The file has to be extended and the new space initialized with NULLs. Group: Make-up of a DFS See also: MagiC's DFS-concept