Share via


BIAnalysisServicesProjectController::isValidWritableFilePath Method [AX 2012]

Indicates whether the file path value contains a valid path String and whether it points to a path that is writable.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static boolean isValidWritableFilePath(str filepath)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static boolean isValidWritableFilePath(str filepath)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static boolean isValidWritableFilePath(str filepath)

  Microsoft Dynamics AX 2012 (FPK)
          client public static boolean isValidWritableFilePath(str filepath)

  Microsoft Dynamics AX 2012 (SYS)
          client public static boolean isValidWritableFilePath(str filepath)

Run On

Called

Parameters

  • filepath
    Type: str
    The file path value.

Return Value

Type: boolean
A Boolean value that indicates whether the file path points to a writable location.

See Also

Reference

BIAnalysisServicesProjectController Class