file exists and mkdir on samba share (xbmcvfs)
#1
Hi,

Does anyone know a way to do "file exists" and "mkdir" on a remote samba share (in nightly releases)?

I am using nightly releases on ATV2 and am writing a download plugin which needs to perform file exists and mkdir on a remote smb:// share. Other common actions such as file copy and delete are working fine using the newly-written xbmcvfs module, but that module doesn't currently include mkdir or file_exists.

I also tried using "xbmc.subHashAndFileSize" (for file_exists) which works on a smb share but doesn't work well with checking folder existance...
Reply
#2
I know that xbmcvfs.exists() is available in the master, guess it has not yet trickled down to the iOS branch yet...

Create a Trac for the mkdir() function(definitely needed)
Reply
#3
giftie Wrote:I know that xbmcvfs.exists() is available in the master, guess it has not yet trickled down to the iOS branch yet...

It actually is already available, I just wasn't aware of it. Thank you for the info.


giftie Wrote:Create a Trac for the mkdir() function(definitely needed)
I just did: http://trac.xbmc.org/ticket/11548
Reply

Logout Mark Read Team Forum Stats Members Help
file exists and mkdir on samba share (xbmcvfs)0