Capability:File system access: Difference between revisions

no edit summary
(Created page with '{{capability}} File system access covers all operations which go beyond manipulating single files. This especially includes things like reading directories and reading or writing…')
 
No edit summary
Line 1:
{{capability}}
File system access covers all operations which go beyond manipulating single files. This especially includes things like reading directories and reading or writing file attributes.
 
===Change Directory===
Changes the current folder to another folder. The file path must already exist or the machine will return an error message. This is the basic file system command in both Windows and Unix, and is needed to properly run programs. If a program you want to run is in the current directory, you can omit the file path and just list the program by name.
The command "cd .." is shorthand for the folder that contains the one you are currently in. It's the equivalent of the "Up One Level" button in a typical Windows GUI.
 
===MKDIR===
This stands for "Make Directory." It creates a new folder of a specified name.
 
==RMDIR==
This deletes the named folder, but only if that folder is empty.
1,489

edits