*//////////////////////////////////////////////////////////////* * #g4gdrv_createFolder - Create Folder * * * * Output: * * out_errMsg - The error message (if error exists). * * * * Returns: * * -1 for error, 1 for success * * * * Settable Variables ([r]=required) * * id - Google ID [r] * * folder_name - The fully qualified path of the folder to * * create. [r] * * create_parents - Whether or not to create the parent * * folders if they do not exist. Defaults to *YES. * * ccsid - The CCSID to use (1252) * * debug - Turn on Debug (*NO, *YES) * * debug_file - The debug file name. * * (/tmp/g4g_[id]_createFolder.txt) * * * *//////////////////////////////////////////////////////////////* D #g4gdrv_createFolder... D PR 10i 0 D out_errMsg 256 Options(*NOPASS) #g4gdrv_crtFolder will create a folder or path of folders on your Google Drive Returns: 1 for successful creation, -1 for error. Optional Parameters:
Settable Variables (use #g4gdrv_setValue):
|
Documentation > GreenTools for G Suite (Google Apps) (G4G) > G4G Documentation > G4G Addon Library > Google Drive Addon - G4GGDRV >