summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html
blob: 7acd3739dcf82ad53256d09ea6477dec12a382e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>

<head>

<link rel="stylesheet" type="text/css" href="../css/style.css">

</head>

<body>

<h1>Delete File</h1>

The DeleteFile command allows developers to remove files that have been added to the system through the <a href="PutFile.html">PutFile</a> command.

<p>
In order to delete a file that has been added to the system, you simply need to supply 1 parameter:

<p>
<h2>File Name (required)</h2>
<h3>Type: String</h3>
</br>
The file name for a file that has been added to the system is used whenever the application needs to reference that particular file.



</body>

</html>