![]() |
QtsHttp
0.9.1
|
#import <QtsHttpFileStation.h>
Instance Methods | |
(id) | - initWithPath:name:isDir:isCompressed:size:folderPermission:group:owner:mt: |
Constructor with parameters. More... | |
Properties | |
BOOL | isDir |
BOOL | isCompressed |
long long | size |
NSString * | folderPermission |
NSString * | path |
NSString * | name |
NSString * | group |
NSString * | owner |
NSString * | mt |
Definition at line 153 of file QtsHttpFileStation.h.
- (id) initWithPath: | (NSString *) | path | |
name: | (NSString *) | name | |
isDir: | (BOOL) | isDir | |
isCompressed: | (BOOL) | isCompressed | |
size: | (long long) | size | |
folderPermission: | (NSString *) | folderPermission | |
group: | (NSString *) | group | |
owner: | (NSString *) | owner | |
mt: | (NSString *) | mt | |
Constructor with parameters.
File or folder modification time
[IN] | isDir : Is file or folder. |
[IN] | isCompressed : Is compressed. |
[IN] | size : File or folder size. |
[IN] | folderPermission : File or folder permission. |
[IN] | path : File or folder path. |
[IN] | name : File or folder name. |
[IN] | group : File or folder group. |
[IN] | owner : File or folder owner. |
[IN] | mt : File or folder modification time. |
|
readwriteatomicstrong |
File or folder size
Definition at line 158 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder name
Definition at line 161 of file QtsHttpFileStation.h.
|
readwriteatomicassign |
Is file or folder
Definition at line 156 of file QtsHttpFileStation.h.
|
readwriteatomicassign |
Definition at line 155 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder owner
Definition at line 163 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder path
Definition at line 160 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder group
Definition at line 162 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder permission
Definition at line 159 of file QtsHttpFileStation.h.
|
readwriteatomicassign |
Is compressed
Definition at line 157 of file QtsHttpFileStation.h.