•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Fxattr ]

#include <tos.h>

long Fxattr( int flag, char *name, XATTR *buf );

  <flag> selects how to treat links:
         0 = return attributes of linked file.
         1 = return attributes of link itself.
  <name> is a NULL terminated string containing the file's pathname.
  <buf> is a structure buffer used to return extended attributes.


Function reads the extended attributes for a file.
It returns 0 if successful, or a BIOS/GEMDOS Error Code.

MiNT Opcode 300

Note: Implemented starting with MiNT Version 0.90

See also MiNT, Fattrib() and Fdatime().