Showing posts with label Creating diretory in Gambas2. Show all posts
Showing posts with label Creating diretory in Gambas2. Show all posts

Wednesday, July 6, 2011

Creating diretory in Gambas2

Introductions:
Hello here we are again, our next tutorials are the File & Directory functions available in Gambas2.It allows the flexibility of Gambas2 in manipulating files and its directories.Below are the list of the current features available in Gambas2 :

Requirements:

Access Tests the access authorization of a file.
COPY Copy a file.
DFree Returns the free space on a device.
Dir Browses a directory.
Exist Checks if a specific file or directory exists.
IsDir Returns if a path points at a directory.
KILL Removes a file.
LINK Creates a symbolic link.
MKDIR Creates a directory.
MOVE Renames or moves a file or a directory.
RDir Browses a directory recursively.
RMDIR Removes an empty directory.
Stat Get information about a file.
Temp$ Makes temporary file names.


Methodology:
1) Create a sample program
2) Choose 1 functions
3) Give examples
4) Discuss the output

Detail(1):Title project


Detail(2) : Create a form


Detail(3) A simple source code

Detail(4)


Detail(5) Run the program "File Directory"



Remarks:


Conclusions: