Hello Marie,

it is great to see an ownCloud integration in Plasma Active.
Concerning your question: instead of just including "lib/base.php" use the following snippet:

$RUNTIME_NOSETUPFS=true;
require_once('lib/base.php');
OC_Util::SetupFS( "", "kconfig" );

This basically mounts the folder "$ownclouddata/$username/kconfig" instead of "$ownclouddata/$username/files". There you can mess around with files that are invisible to the user.
I hope this helps.
Regards,

Jakob



Am 09.03.2012 18:27, schrieb Marie Hrdinová:
Hi,
I've started working on my Master's thesis and a part of it will be
integration of ownCloud to Plasma Active.
Apart from files, contact and other kinds of files, it should provide
storage of KConfig.
Is it possible to have hidden directories or files on ownCloud (like
“.” on linux) or is there a plan for adding this feature?

The integration proposal is on PA mailing list. If you're interested I
can forward it to you.
Marie Hrdinová
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to