D.I.T. ( Do It Tizen! )  1.0.0
Samsung Software Membership
 All Data Structures Files Functions Macros Pages
Data Fields
File Struct Reference

File 모듈에 대한 구조체이다. File 모듈은 다양한 방식으로 파일을 제어 할 수 있다. More...

#include <File.h>

Collaboration diagram for File:
Collaboration graph

Data Fields

bool(* Delete )(String src)
 
bool(* Copy )(String src, String dst)
 
bool(* Move )(String src, String dst)
 
GList *(* Search )(String src, String dst)
 
void(* deleteSearchedList )(GList *searchedList)
 

Detailed Description

File 모듈에 대한 구조체이다. File 모듈은 다양한 방식으로 파일을 제어 할 수 있다.

Note
File의 File 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewFile() 함수를 사용해야 하며 사용이 끝났을 때 DestroyFile() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - File part
Precondition
privilege

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