~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/nl/files-delete.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-delete" xml:lang="nl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files"/>
 
6
    <link type="seealso" xref="files-recover"/>
 
7
    <desc>Remove files or folders you no longer need.</desc>
 
8
 
 
9
    <revision pkgversion="3.2" date="2011-09-04" status="final"/>
 
10
    <credit type="author">
 
11
      <name>Cristopher Thomas</name>
 
12
      <email>crisnoh@gmail.com</email>
 
13
    </credit>
 
14
    <credit type="author">
 
15
      <name>Shaun McCance</name>
 
16
      <email>shaunm@gnome.org</email>
 
17
    </credit>
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
19
  </info>
 
20
 
 
21
<title>Delete files and folders</title>
 
22
 
 
23
<p>
 
24
If you don't want a file or folder any more, you can delete it.
 
25
</p>
 
26
 
 
27
<p>
 
28
When you delete an item it is moved to the Trash folder, where it is stored
 
29
until you empty the trash.  Items stored in the Trash folder can be
 
30
<link xref="files-recover">restored to their original location</link>
 
31
if you decide you need them, or if they were accidentally deleted.
 
32
</p>
 
33
 
 
34
<steps>
 
35
  <item><p>Select the item you want to delete by clicking it once.</p></item>
 
36
  <item><p>Press <keyseq><key>Ctrl</key><key>Delete</key></keyseq> on your keyboard.
 
37
  Alternatively, drag the item to the <gui>Trash</gui> in the sidebar.</p></item>
 
38
</steps>
 
39
 
 
40
<p>To delete files permanently, and to free up disk space on your
 
41
computer, you need to empty the trash. To empty the trash, right-click
 
42
<gui>Trash</gui> in the sidebar and select <gui>Empty Trash</gui>.
 
43
Alternatively, you can permanently delete individual items in the
 
44
trash by navigating to the trash from the sidebar or the
 
45
<gui>Go</gui> menu. Select files you want to delete permanently and press
 
46
<keyseq><key>Ctrl</key><key>Delete</key></keyseq> on your keyboard, or
 
47
right-click and select <gui>Delete Permanently</gui>.</p>
 
48
 
 
49
<note><p>Deleted files on a <link xref="files#removable">removable device</link>
 
50
may not be visible on other operating systems, such Windows or Mac OS. The
 
51
files are still there, and will be available when you plug the device
 
52
back into your computer.</p></note>
 
53
 
 
54
<section id="permanent">
 
55
 <title>Permanently delete a file</title>
 
56
<p>You can immediately delete a file permanently, without having to
 
57
send it to the trash first.</p>
 
58
 
 
59
<steps>
 
60
  <item><p>Select the item you want to delete.</p></item>
 
61
  <item><p>Press and hold the <gui>Shift</gui> key, then press the <key>Delete</key> key on your keyboard.</p></item>
 
62
  <item><p>Because you cannot undo this, you will be asked to
 
63
  confirm that you want to delete the file or folder.</p></item>
 
64
</steps>
 
65
 
 
66
<p>If you frequently need to delete files without using the trash
 
67
(for example, if you often work with sensitive data), you can add
 
68
a <gui>Delete</gui> entry to the right-click menu for files and
 
69
folders. Click <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>
 
70
and select the <gui>Behavior</gui> tab. Select <gui>Include a Delete
 
71
command that bypasses Trash</gui>.</p>
 
72
 
 
73
</section>
 
74
</page>