/
DataManager
GiD - The personal pre and post processor
DataManager
GiD_Event_AfterDataManagerConnect: will be called when the DataManagerās share has been mounted locally
proc GiD_Event_AfterDataManagerConnect { path } {
# path = Unit in windows ( Z: for instance)
# path = $HOME/GiD Cloud in linux or macOS
} |
GiD_Event_AfterDataManagerDisconnect: will be called when the DataManagerās share has been dismounted. Note that if several GiDās are launched, only the last GiD to quit will dismount the DataManagerās share and will trigger this event.
proc GiD_Event_AfterDataManagerDisconnect { } {
# only the last GiD to quit will trigger this event.
} |
GiD_Event_AfterDataManagerSetCloudFolder: will be called when DataManagerās share is mounted, unmounted, or also if before start GiD it was already mounted, once it was detected.
proc GiD_Event_AfterDataManagerSetCloudFolder { path } {
# path = Unit in windows ( Z: for instance)
# path = $HOME/GiD Cloud in linux or macOS
# path = "" if is unmounted or already was not detected
}
Ā
Ā
Ā
, multiple selections available,
Related content
Run
More like this
Other
Other
More like this
Functions provided by GiD
Functions provided by GiD
More like this
Files Menu
Files Menu
More like this
Command line flags
Command line flags
More like this
Register GiD
Register GiD
More like this
COPYRIGHT Ā© 2022 Ā· GID Ā· CIMNE