Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
* Drastic changes allowing a more generic VFS structure, and also allowing file 
system operations between different file systems. This still needs a lot of 
work, but a basic 'copy' function is already working
* Fixed the non-generic smb-stat problem.  This will still be an issue with 
multiple-client locking, but we'll deal with that later

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evfs_demo.c 12 Oct 2005 00:30:28 -0000      1.12
+++ evfs_demo.c 16 Oct 2005 10:09:05 -0000      1.13
@@ -61,7 +61,8 @@
 
        
        //snprintf(pathi,1024,"posix://%s", getenv("HOME"));
-       snprintf(pathi,1024,"smb:///gown/MythVideos/musicvideos");
+       //snprintf(pathi,1024,"smb:///gown/MythVideos/musicvideos");
+       snprintf(pathi,1024,"posix:///opt/musicvideos/Boogie Pimps/Boogie Pimps 
- Somebody to Love.mpg");
        
        
        printf ("Listing dir: %s\n", pathi);
@@ -74,7 +75,7 @@
        
        /*evfs_monitor_add(con, dir_path->files[0]);*/
 
-       evfs_client_dir_list(con, dir_path->files[0]);
+       evfs_client_file_copy(con, dir_path->files[0], NULL);
 
        ecore_main_loop_begin();
        




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to