source: tags/0.12.0/j/doc/directories.html

Last change on this file was 1774, checked in by piso, 21 years ago

dirOpenFileAndKillDirectory

File size: 1.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3<html>
4
5<head>
6<title>J User's Guide - Directory Buffers</title>
7<LINK REL="stylesheet" HREF="j.css" TYPE="text/css">
8</head>
9
10<body>
11
12<a href="contents.html">Top</a>
13
14<hr>
15
16<h1>Directory Buffers</h1>
17
18<hr>
19
20<p>
21
22Directory buffers let you browse for files and perform basic file
23management functions.
24
25<p>
26
27You can open a directory buffer by specifying the name of the directory in the
28Open File dialog or on the command line when starting j. The command
29<a href="commands.html#dir">dir</a>, mapped by default to Ctrl D, opens a
30directory buffer on the current directory.
31<p>
32The command <a href="commands.html#dirHomeDir">dirHomeDir</a>, available on the
33tool bar, opens a directory buffer on your home directory.
34<p>
35
36The following commands are specifically relevant to directory buffers:
37
38<ul>
39    <li><a href="commands.html#dir">dir</a></li>
40    <li><a href="commands.html#dirCopyFile">dirCopyFile</a></li>
41    <li><a href="commands.html#dirCycleSortBy">dirCycleSortBy</a></li>
42    <li><a href="commands.html#dirDeleteFiles">dirDeleteFiles</a></li>
43    <li><a href="commands.html#dirDoShellCommand">dirDoShellCommand</a></li>
44    <li><a href="commands.html#dirHomeDir">dirHomeDir</a></li>
45    <li><a href="commands.html#dirLimit">dirLimit</a></li>
46    <li><a href="commands.html#dirMoveFile">dirMoveFile</a></li>
47    <li><a href="commands.html#dirOpenFile">dirOpenFile</a></li>
48    <li><a href="commands.html#dirOpenFileAndKillDirectory">dirOpenFileAndKillDirectory</a></li>
49    <li><a href="commands.html#dirRescan">dirRescan</a></li>
50    <li><a href="commands.html#dirTagFile">dirTagFile</a></li>
51    <li><a href="commands.html#dirUnlimit">dirUnlimit</a></li>
52    <li><a href="commands.html#dirUpDir">dirUpDir</a></li>
53</ul>
54
55</body>
56
57</html>
Note: See TracBrowser for help on using the repository browser.