Skip to content

GetAbstractFilePathSafeParams

Parameters for getAbstractFilePathSafe.

Import:

import type { GetAbstractFilePathSafeParams } from 'obsidian-dev-utils/obsidian/vault';

Signature:

export interface GetAbstractFilePathSafeParams

Properties

PropertyTypeDescription
appAppThe application instance.
pathstringThe path of the file or folder to get a safe path for.
typeFileSystemTypeThe type of the file system object.

Links to this page: