|
|
|
|
|
<Variable mongoGridFS>.EnvoieFichier (Fonction) En anglais : <mongoGridFS variable>.SendFile Copie un fichier du poste local vers un système de fichiers MongoDB (GridFS). gclGridFS est un mongoGridFS sFic est une chaîne = fSélecteur("", "", "Sélectionnez le fichier à envoyer dans GridFS", ... "Tous les fichiers (*.*)" + TAB + "*.*", "", fselOuvre) SI sFic <> "" ALORS gclGridFS.EnvoieFichier(sFic, fExtraitChemin(sFic, fFichier + fExtension)) ToastAffiche("Envoi terminé avec succès.") FIN Syntaxe
(<Résultat>, <Information sur le fichier>) = <Système de fichiers>.EnvoieFichier(<Nom du fichier à  copier> , <Nom du fichier copié>)
<Résultat> : Booléen - Vrai si l'opération a été réalisée,
- Faux en cas de problème. La fonction ErreurInfo permet d'identifier l'erreur.
<Information sur le fichier> : Variable de type mongoGridFSInfoFichier Variable de type mongoGridFSInfoFichier correspondant au fichier copié. <Système de fichiers> : Variable de type mongoGridFS Nom de la variable de type mongoGridFS correspondant au système de fichiers MongoDB à manipuler. <Nom du fichier à copier> : Chaîne de caractères Chemin et nom du fichier présent sur le poste local à copier dans la base MongoDB. <Nom du fichier copié> : Chaîne de caractères Nom du fichier copié dans la base mongoDB. Composante : wd300big.dll
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|