Home / cat / file 
Edit  Rename  Undo  Refresh   
fr  de  es  it  nl  pl  pt  pt_BR  mk  sq  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History  
File & Directory Functions - History
01/29/2008 18:46:20 - gambas
..............................................................................   ..............................................................................
]]                                                                               ]]                                                                            
                                                                                                                                                               
{info                                                                            {info                                                                         
To generate a variable directory or file path, use the file path concatenate o   To generate a [../../def/variable] directory or file path, use the file path c 
                                                                                 ==                                                                             
{example                                                                                                                                                       
MKDIR "/home/gambas/" &/ "/tmp" &/ "foo.bar"                                     MKDIR "/home/gambas/" &/ "/tmp" &/ "foo.bar"                                  
}                                                                                ==                                                                             
}                                                                                }                                                                             
                                                                                                                                                               
{seealso                                                                         {seealso                                                                      
..............................................................................   ..............................................................................
10/24/2006 16:09:58 - gambas
..............................................................................   ..............................................................................
-                                                                                -                                                                             
Browses a directory.                                                             Browses a directory.                                                          
][                                                                               ][                                                                            
                                                                                 =[lang/exist]=                                                                 
                                                                                 -                                                                              
                                                                                 Checks if a specific file or directory exists.                                 
                                                                                 ][                                                                             
=[lang/isdir]=                                                                   =[lang/isdir]=                                                                
-                                                                                -                                                                             
Returns if a path points at a directory.                                         Returns if a path points at a directory.                                      
..............................................................................   ..............................................................................
05/20/2006 18:46:05 - gambas
..............................................................................   ..............................................................................
]]                                                                               ]]                                                                            
                                                                                                                                                               
{info                                                                            {info                                                                         
To generate a variable directory or file path, use the string concatenate oper   To generate a variable directory or file path, use the file path concatenate o 
                                                                                                                                                               
{example                                                                         {example                                                                      
mkdir "/home/gambas/" &/ "/tmp" &/ "foo.bar"                                     MKDIR "/home/gambas/" &/ "/tmp" &/ "foo.bar"                                   
}                                                                                }                                                                             
}                                                                                }                                                                             
                                                                                                                                                               
..............................................................................   ..............................................................................
05/19/2006 18:01:34 - hj.herbert
..............................................................................   ..............................................................................
Makes temporary file names.                                                      Makes temporary file names.                                                   
]]                                                                               ]]                                                                            
                                                                                                                                                               
                                                                                 {info                                                                          
                                                                                 To generate a variable directory or file path, use the string concatenate oper 
                                                                                                                                                                
                                                                                 {example                                                                       
                                                                                 mkdir "/home/gambas/" &/ "/tmp" &/ "foo.bar"                                   
                                                                                 }                                                                              
                                                                                 }                                                                              
                                                                                                                                                                
{seealso                                                                         {seealso                                                                      
[/cat/stream] [comp/gb/file]                                                     [/cat/stream] [comp/gb/file]                                                  
}                                                                                }                                                                             
..............................................................................   ..............................................................................
03/28/2006 17:59:28 - gambas
..............................................................................   ..............................................................................
-                                                                                -                                                                             
Creates a directory.                                                             Creates a directory.                                                          
][                                                                               ][                                                                            
=[lang/rdir]=                                                                    =[/lang/move]=                                                                 
-                                                                                -                                                                             
Browses a directory recursively.                                                 Renames or moves a file or a directory.                                        
][                                                                               ][                                                                            
=[lang/rename]=                                                                  =[lang/rdir]=                                                                  
-                                                                                -                                                                             
Renames or moves a file or a directory.                                          Browses a directory recursively.                                               
][                                                                               ][                                                                            
=[lang/rmdir]=                                                                   =[lang/rmdir]=                                                                
-                                                                                -                                                                             
..............................................................................   ..............................................................................
07/22/2005 02:05:56 - gambas
..............................................................................   ..............................................................................
-                                                                                -                                                                             
Copy a file.                                                                     Copy a file.                                                                  
][                                                                               ][                                                                            
                                                                                 =[lang/dfree]=                                                                 
                                                                                 -                                                                              
                                                                                 Returns the free space on a device.                                            
                                                                                 ][                                                                             
=[lang/dir]=                                                                     =[lang/dir]=                                                                  
-                                                                                -                                                                             
Browses a directory.                                                             Browses a directory.                                                          
..............................................................................   ..............................................................................
07/22/2005 02:05:25 - gambas
No change
07/22/2005 02:04:06 - gambas
Creation