• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDFileStat Struct Reference

#include <GDFileStat.h>

Description

Deprecated:
This structure is deprecated and will be removed in a future release. It is no longer required. Current BlackBerry Dynamics represents information about files and directories in an NSDictionary collection instead of using this structure. See GDFileManager::attributesOfItemAtPath:error: for example.

Information about a file or directory in the BlackBerry Dynamics secure store.

This structure is used to return information about a file or directory in the BlackBerry Dynamics secure store.

Public Attributes

unsigned long long fileLen
 
unsigned long lastModifiedTime
 
bool isFolder
 

Member Data Documentation

◆ fileLen

unsigned long long fileLen

◆ lastModifiedTime

unsigned long lastModifiedTime

◆ isFolder

bool isFolder

The documentation for this struct was generated from the following file: