forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: chenxiaoxiong <chenxiaoxiong@huawei.com> Co-committed-by: chenxiaoxiong <chenxiaoxiong@huawei.com>
3.7 KiB
3.7 KiB
OBSUtil Embedded Objects
The OBSUtil embedded objects provide a series of OBS operation methods, for example, checking whether an OBS file or directory exists.
Methods
Method |
Description |
Example |
|---|---|---|
boolean isExistOBSPath(String obsPath) |
Check whether the OBS file or the OBS directory that ends with a slash (/) exists. If the file or directory exists, true is returned. If not, false is returned. |
|
Examples
Parent topic: EL Expression Reference