GetVFSMetaData()

Returns metadata about the Virtual File system (VFS)

GetVFSMetaData( scheme=string );

Returns: Struct

Argument Description
scheme
string, required

the scheme of the virtual filesystem

  • ram
  • file
  • s3
  • http
  • https
  • zip
  • tar

Examples

loop list="ram,file,s3,http,https,zip,tar" item="vfs"{
        dump(var=getVFSMetaData(vfs), label="#vfs#");
    }

See also